#A06CC2

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

Shades of Amethyst #A06CC2

Tints of Amethyst #A06CC2

Color information

#A06CC2 (or 0xA06CC2) is unknown color: approx Amethyst. HEX triplet: A0, 6C and C2. RGB value is (160,108,194). Sum of RGB (Red+Green+Blue) = 160+108+194=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 194 - color contains mainly: blue. Hex color #A06CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CC2 is #5F933D. Grayscale: #858585. Windows color (decimal): -6263614 or 12741792. OLE color: 12741792.

HSL color Cylindrical-coordinate representation of color #A06CC2: hue angle of 276.28º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A06CC2 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB160108194-
CMYK0.180.4400.24
HSL276.28º41.35%59.22%-
HSV(B)276.28º44.33%76.08%-
XYZ29.622.0953.74-
YUV133.35162.23147.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 108 (42.58% from 255) = 23.38%
BLUE value IS 194 (76.17% from 255) = 41.99%
R=34.63%
G=23.38%
B=41.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601081940.180.4400.24276.2841.3559.22
HexA06CC2122C018114293b
Octal24015430222540304245173
Binary1010000011011001100001010010101100011000100010100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06CC2; }

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

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

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

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

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

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

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

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