#A06ECA

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

Shades of Amethyst #A06ECA

Tints of Amethyst #A06ECA

Color information

#A06ECA (or 0xA06ECA) is unknown color: approx Amethyst. HEX triplet: A0, 6E and CA. RGB value is (160,110,202). Sum of RGB (Red+Green+Blue) = 160+110+202=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #A06ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ECA is #5F9135. Grayscale: #878787. Windows color (decimal): -6263094 or 13266592. OLE color: 13266592.

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

Color convert

RGB160110202-
CMYK0.210.4600.21
HSL272.61º46.46%61.18%-
HSV(B)272.61º45.54%79.22%-
XYZ30.7322.8958.68-
YUV135.44165.56145.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.90%
GREEN value IS 110 (43.36% from 255) = 23.31%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=33.90%
G=23.31%
B=42.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601102020.210.4600.21272.6146.4661.18
HexA06ECA152E0151112e3d
Octal24015631225560254215675
Binary1010000011011101100101010101101110010101100010001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06ECA; }

 p { color: rgb(160,110,202); }

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

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

 a { background-color: rgb(160,110,202); }

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

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

 span { border-color: rgb(160,110,202); }

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