Html Css Color HEX #A06ED5 Amethyst

📋 copy color: '#A06ED5'

red 160 ◦ green 110 ◦ blue 213

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

Shades of Amethyst #A06ED5

Tints of Amethyst #A06ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.1%

R = 33.13%
G = 22.77%
B = 44.1%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A06ED5 (or 0xA06ED5) is known color: Amethyst. HEX triplet: A0, 6E and D5. RGB value is (160,110,213). Sum of RGB (Red+Green+Blue) = 160+110+213=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #A06ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ED5 is #5F912A. Grayscale: #888888. Windows color (decimal): -6263083 or 13987488. OLE color: 13987488.

HSL color Cylindrical-coordinate representation of color #A06ED5: hue angle of 269.13º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A06ED5 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 110 213 -
CMYK 0.25 0.48 0 0.16
HSL 269.13º 0.55% 0.63% -
HSV(B) 269.13º 0.48% 0.84% -
XYZ 32.08 23.43 65.78 -
YUV 136.69 171.07 144.62 -
System Red Green Blue C M Y K H S L
Decimal 160 110 213 0.25 0.48 0 0.16 269.13 0.55 0.63
Hex A0 6E D5 19 30 0 10 10D 37 3F
Octal 240 156 325 31 60 0 20 415 67 77
Binary 10100000 1101110 11010101 11001 110000 0 10000 100001101 110111 111111

Color Harmonies of #A06ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06ED5

Black with #A06ED5

Text Example


Text Example

White with #A06ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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