#A06DCA

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

Shades of Amethyst #A06DCA

Tints of Amethyst #A06DCA

Color information

#A06DCA (or 0xA06DCA) is unknown color: approx Amethyst. HEX triplet: A0, 6D and CA. RGB value is (160,109,202). Sum of RGB (Red+Green+Blue) = 160+109+202=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #A06DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DCA is #5F9235. Grayscale: #868686. Windows color (decimal): -6263350 or 13266336. OLE color: 13266336.

HSL color Cylindrical-coordinate representation of color #A06DCA: hue angle of 272.9º degrees, saturation: 0.47, 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 #A06DCA is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160109202-
CMYK0.210.4600.21
HSL272.9º46.73%60.98%-
HSV(B)272.9º46.04%79.22%-
XYZ30.6322.6858.64-
YUV134.85165.9145.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.97%
GREEN value IS 109 (42.97% from 255) = 23.14%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=33.97%
G=23.14%
B=42.89%

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
Decimal1601092020.210.4600.21272.946.7360.98
HexA06DCA152E0151112f3d
Octal24015531225560254215775
Binary1010000011011011100101010101101110010101100010001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06DCA; }

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

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

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

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

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

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

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

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