#A06CCD

Color #A06CCD Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A06CCD

Tints of Amethyst #A06CCD

Color information

#A06CCD (or 0xA06CCD) is unknown color: approx Amethyst. HEX triplet: A0, 6C and CD. RGB value is (160,108,205). Sum of RGB (Red+Green+Blue) = 160+108+205=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #A06CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CCD is #5F9332. Grayscale: #868686. Windows color (decimal): -6263603 or 13462688. OLE color: 13462688.

HSL color Cylindrical-coordinate representation of color #A06CCD: hue angle of 272.16º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A06CCD is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160108205-
CMYK0.220.4700.20
HSL272.16º49.24%61.37%-
HSV(B)272.16º47.32%80.39%-
XYZ30.8822.6160.49-
YUV134.61167.73146.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 33.83%
GREEN value IS 108 (42.58% from 255) = 22.83%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=33.83%
G=22.83%
B=43.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601082050.220.4700.20272.1649.2461.37
HexA06CCD162F014110313d
Octal24015431526570244206175
Binary1010000011011001100110110110101111010100100010000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06CCD; }

 p { color: rgb(160,108,205); }

 H1.HeaderClassName
 {
   color: #A06CCD;
 }
 .AnyTagClassName
 {
   color: #A06CCD;
 }
</style>
background-color css

<style>
 a { background-color: #A06CCD; }

 a { background-color: rgb(160,108,205); }

 div.DivClassName
 {
   background-color: #A06CCD;
 }
 .BgClassName
 {
   background-color: #A06CCD;
 }
</style>
border-color css

<style>
 span { border-color: #A06CCD; }

 span { border-color: rgb(160,108,205); }

 td.TdClassName
 {
   border-color: #A06CCD;
 }
 .TagClassName
 {
   border-color: #A06CCD;
 }
</style>