#A066C9

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

Shades of Amethyst #A066C9

Tints of Amethyst #A066C9

Color information

#A066C9 (or 0xA066C9) is unknown color: approx Amethyst. HEX triplet: A0, 66 and C9. RGB value is (160,102,201). Sum of RGB (Red+Green+Blue) = 160+102+201=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #A066C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066C9 is #5F9936. Grayscale: #828282. Windows color (decimal): -6265143 or 13199008. OLE color: 13199008.

HSL color Cylindrical-coordinate representation of color #A066C9: hue angle of 275.15º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A066C9 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160102201-
CMYK0.200.4900.21
HSL275.15º47.83%59.41%-
HSV(B)275.15º49.25%78.82%-
XYZ29.7921.1957.78-
YUV130.63167.72148.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 102 (40.23% from 255) = 22.03%
BLUE value IS 201 (78.91% from 255) = 43.41%
R=34.56%
G=22.03%
B=43.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601022010.200.4900.21275.1547.8359.41
HexA066C91431015113303b
Octal24014631124610254236073
Binary1010000011001101100100110100110001010101100010011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A066C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A066C9; }

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

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

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

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

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

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

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

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