Html Css Color HEX #A06ECC Amethyst

📋 copy color: '#A06ECC'

red 160 ◦ green 110 ◦ blue 204

#A06ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #A06ECC

Tints of Amethyst #A06ECC

RGB

 RED value IS 160 (62.89% from 255) = 33.76%

 GREEN value IS 110 (43.36% from 255) = 23.21%

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 33.76%
G = 23.21%
B = 43.04%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A06ECC (or 0xA06ECC) is known color: Amethyst. HEX triplet: A0, 6E and CC. RGB value is (160,110,204). Sum of RGB (Red+Green+Blue) = 160+110+204=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #A06ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ECC is #5F9133. Grayscale: #878787. Windows color (decimal): -6263092 or 13397664. OLE color: 13397664.

HSL color Cylindrical-coordinate representation of color #A06ECC: hue angle of 271.91º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A06ECC is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 110 204 -
CMYK 0.22 0.46 0 0.2
HSL 271.91º 0.48% 0.62% -
HSV(B) 271.91º 0.46% 0.8% -
XYZ 30.97 22.99 59.93 -
YUV 135.67 166.57 145.36 -
System Red Green Blue C M Y K H S L
Decimal 160 110 204 0.22 0.46 0 0.2 271.91 0.48 0.62
Hex A0 6E CC 16 2E 0 14 110 30 3E
Octal 240 156 314 26 56 0 24 420 60 76
Binary 10100000 1101110 11001100 10110 101110 0 10100 100010000 110000 111110

Color Harmonies of #A06ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06ECC

Black with #A06ECC

Text Example


Text Example

White with #A06ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06ECC; }

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

 H1.HeaderClassName
 {
   color: #A06ECC;
 }
 .AnyTagClassName
 {
   color: #A06ECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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