Html Css Color HEX #A05ACE Amethyst

📋 copy color: '#A05ACE'

red 160 ◦ green 90 ◦ blue 206

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

Shades of Amethyst #A05ACE

Tints of Amethyst #A05ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.74%

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

R = 35.09%
G = 19.74%
B = 45.18%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A05ACE (or 0xA05ACE) is known color: Amethyst. HEX triplet: A0, 5A and CE. RGB value is (160,90,206). Sum of RGB (Red+Green+Blue) = 160+90+206=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #A05ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ACE is #5FA531. Grayscale: #7B7B7B. Windows color (decimal): -6268210 or 13523616. OLE color: 13523616.

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

Color convert

RGB 160 90 206 -
CMYK 0.22 0.56 0 0.19
HSL 276.21º 0.54% 0.58% -
HSV(B) 276.21º 0.56% 0.81% -
XYZ 29.29 19.24 60.56 -
YUV 124.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 160 90 206 0.22 0.56 0 0.19 276.21 0.54 0.58
Hex A0 5A CE 16 38 0 13 114 36 3A
Octal 240 132 316 26 70 0 23 424 66 72
Binary 10100000 1011010 11001110 10110 111000 0 10011 100010100 110110 111010

Color Harmonies of #A05ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05ACE

Black with #A05ACE

Text Example


Text Example

White with #A05ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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