Html Css Color HEX #A05FCE Amethyst

📋 copy color: '#A05FCE'

red 160 ◦ green 95 ◦ blue 206

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

Shades of Amethyst #A05FCE

Tints of Amethyst #A05FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.61%

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

R = 34.71%
G = 20.61%
B = 44.69%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A05FCE (or 0xA05FCE) is known color: Amethyst. HEX triplet: A0, 5F and CE. RGB value is (160,95,206). Sum of RGB (Red+Green+Blue) = 160+95+206=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #A05FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FCE is #5FA031. Grayscale: #7E7E7E. Windows color (decimal): -6266930 or 13524896. OLE color: 13524896.

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

Color convert

RGB 160 95 206 -
CMYK 0.22 0.54 0 0.19
HSL 275.14º 0.53% 0.59% -
HSV(B) 275.14º 0.54% 0.81% -
XYZ 29.73 20.11 60.71 -
YUV 127.09 172.53 151.47 -
System Red Green Blue C M Y K H S L
Decimal 160 95 206 0.22 0.54 0 0.19 275.14 0.53 0.59
Hex A0 5F CE 16 36 0 13 113 35 3B
Octal 240 137 316 26 66 0 23 423 65 73
Binary 10100000 1011111 11001110 10110 110110 0 10011 100010011 110101 111011

Color Harmonies of #A05FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05FCE

Black with #A05FCE

Text Example


Text Example

White with #A05FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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