#A066D2

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

Shades of Amethyst #A066D2

Tints of Amethyst #A066D2

Color information

#A066D2 (or 0xA066D2) is unknown color: approx Amethyst. HEX triplet: A0, 66 and D2. RGB value is (160,102,210). Sum of RGB (Red+Green+Blue) = 160+102+210=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 210 - color contains mainly: blue. Hex color #A066D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066D2 is #5F992D. Grayscale: #838383. Windows color (decimal): -6265134 or 13788832. OLE color: 13788832.

HSL color Cylindrical-coordinate representation of color #A066D2: hue angle of 272.22º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A066D2 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160102210-
CMYK0.240.5100.18
HSL272.22º54.55%61.18%-
HSV(B)272.22º51.43%82.35%-
XYZ30.8821.6363.52-
YUV131.65172.22148.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.90%
GREEN value IS 102 (40.23% from 255) = 21.61%
BLUE value IS 210 (82.42% from 255) = 44.49%
R=33.90%
G=21.61%
B=44.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601022100.240.5100.18272.2254.5561.18
HexA066D21833012110373d
Octal24014632230630224206775
Binary1010000011001101101001011000110011010010100010000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A066D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A066D2; }

 p { color: rgb(160,102,210); }

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

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

 a { background-color: rgb(160,102,210); }

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

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

 span { border-color: rgb(160,102,210); }

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