Html Css Color HEX #A06ECA Amethyst

📋 copy color: '#A06ECA'

red 160 ◦ green 110 ◦ blue 202

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

Shades of Amethyst #A06ECA

Tints of Amethyst #A06ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.8%

R = 33.9%
G = 23.31%
B = 42.8%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A06ECA (or 0xA06ECA) is known color: 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

RGB 160 110 202 -
CMYK 0.21 0.46 0 0.21
HSL 272.61º 0.46% 0.61% -
HSV(B) 272.61º 0.46% 0.79% -
XYZ 30.73 22.89 58.68 -
YUV 135.44 165.57 145.52 -
System Red Green Blue C M Y K H S L
Decimal 160 110 202 0.21 0.46 0 0.21 272.61 0.46 0.61
Hex A0 6E CA 15 2E 0 15 111 2E 3D
Octal 240 156 312 25 56 0 25 421 56 75
Binary 10100000 1101110 11001010 10101 101110 0 10101 100010001 101110 111101

Color Harmonies of #A06ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06ECA

Black with #A06ECA

Text Example


Text Example

White with #A06ECA

Text Example


Text Example

HTML Codes & Css Web 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>