#A066CF

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

Shades of Amethyst #A066CF

Tints of Amethyst #A066CF

Color information

#A066CF (or 0xA066CF) is unknown color: approx Amethyst. HEX triplet: A0, 66 and CF. RGB value is (160,102,207). Sum of RGB (Red+Green+Blue) = 160+102+207=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #A066CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066CF is #5F9930. Grayscale: #828282. Windows color (decimal): -6265137 or 13592224. OLE color: 13592224.

HSL color Cylindrical-coordinate representation of color #A066CF: hue angle of 273.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A066CF is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160102207-
CMYK0.230.5100.19
HSL273.14º52.24%60.59%-
HSV(B)273.14º50.72%81.18%-
XYZ30.5121.4861.57-
YUV131.31170.72148.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.12%
GREEN value IS 102 (40.23% from 255) = 21.75%
BLUE value IS 207 (81.25% from 255) = 44.14%
R=34.12%
G=21.75%
B=44.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601022070.230.5100.19273.1452.2460.59
HexA066CF1733013111343d
Octal24014631727630234216475
Binary1010000011001101100111110111110011010011100010001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A066CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A066CF; }

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

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

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

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

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

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

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

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