Html Css Color HEX #A06ECD Amethyst

📋 copy color: '#A06ECD'

red 160 ◦ green 110 ◦ blue 205

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

Shades of Amethyst #A06ECD

Tints of Amethyst #A06ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 33.68%
G = 23.16%
B = 43.16%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A06ECD (or 0xA06ECD) is known color: Amethyst. HEX triplet: A0, 6E and CD. RGB value is (160,110,205). Sum of RGB (Red+Green+Blue) = 160+110+205=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #A06ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ECD is #5F9132. Grayscale: #878787. Windows color (decimal): -6263091 or 13463200. OLE color: 13463200.

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

Color convert

RGB 160 110 205 -
CMYK 0.22 0.46 0 0.20
HSL 271.58º 0.49% 0.62% -
HSV(B) 271.58º 0.46% 0.8% -
XYZ 31.09 23.03 60.56 -
YUV 135.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 160 110 205 0.22 0.46 0 0.20 271.58 0.49 0.62
Hex A0 6E CD 16 2E 0 14 110 31 3E
Octal 240 156 315 26 56 0 24 420 61 76
Binary 10100000 1101110 11001101 10110 101110 0 10100 100010000 110001 111110

Color Harmonies of #A06ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06ECD

Black with #A06ECD

Text Example


Text Example

White with #A06ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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