#A06CD2

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

Shades of Amethyst #A06CD2

Tints of Amethyst #A06CD2

Color information

#A06CD2 (or 0xA06CD2) is unknown color: approx Amethyst. HEX triplet: A0, 6C and D2. RGB value is (160,108,210). Sum of RGB (Red+Green+Blue) = 160+108+210=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 210 - color contains mainly: blue. Hex color #A06CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CD2 is #5F932D. Grayscale: #868686. Windows color (decimal): -6263598 or 13790368. OLE color: 13790368.

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

Color convert

RGB160108210-
CMYK0.240.4900.18
HSL270.59º53.12%62.35%-
HSV(B)270.59º48.57%82.35%-
XYZ31.4922.8563.72-
YUV135.18170.23145.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.47%
GREEN value IS 108 (42.58% from 255) = 22.59%
BLUE value IS 210 (82.42% from 255) = 43.93%
R=33.47%
G=22.59%
B=43.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601082100.240.4900.18270.5953.1262.35
HexA06CD2183101210f353e
Octal24015432230610224176576
Binary1010000011011001101001011000110001010010100001111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06CD2; }

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

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

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

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

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

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

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

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