Html Css Color HEX #A06ECE Amethyst

📋 copy color: '#A06ECE'

red 160 ◦ green 110 ◦ blue 206

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

Shades of Amethyst #A06ECE

Tints of Amethyst #A06ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 33.61%
G = 23.11%
B = 43.28%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A06ECE (or 0xA06ECE) is known color: Amethyst. HEX triplet: A0, 6E and CE. RGB value is (160,110,206). Sum of RGB (Red+Green+Blue) = 160+110+206=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #A06ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ECE is #5F9131. Grayscale: #878787. Windows color (decimal): -6263090 or 13528736. OLE color: 13528736.

HSL color Cylindrical-coordinate representation of color #A06ECE: hue angle of 271.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A06ECE is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 110 206 -
CMYK 0.22 0.47 0 0.19
HSL 271.25º 0.49% 0.62% -
HSV(B) 271.25º 0.47% 0.81% -
XYZ 31.21 23.08 61.2 -
YUV 135.89 167.57 145.19 -
System Red Green Blue C M Y K H S L
Decimal 160 110 206 0.22 0.47 0 0.19 271.25 0.49 0.62
Hex A0 6E CE 16 2F 0 13 10F 31 3E
Octal 240 156 316 26 57 0 23 417 61 76
Binary 10100000 1101110 11001110 10110 101111 0 10011 100001111 110001 111110

Color Harmonies of #A06ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06ECE

Black with #A06ECE

Text Example


Text Example

White with #A06ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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