Html Css Color HEX #A05ECC Amethyst

📋 copy color: '#A05ECC'

red 160 ◦ green 94 ◦ blue 204

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

Shades of Amethyst #A05ECC

Tints of Amethyst #A05ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.52%

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 34.93%
G = 20.52%
B = 44.54%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A05ECC (or 0xA05ECC) is known color: Amethyst. HEX triplet: A0, 5E and CC. RGB value is (160,94,204). Sum of RGB (Red+Green+Blue) = 160+94+204=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #A05ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ECC is #5FA133. Grayscale: #7D7D7D. Windows color (decimal): -6267188 or 13393568. OLE color: 13393568.

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

Color convert

RGB 160 94 204 -
CMYK 0.22 0.54 0 0.2
HSL 276º 0.52% 0.58% -
HSV(B) 276º 0.54% 0.8% -
XYZ 29.4 19.84 59.41 -
YUV 126.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 160 94 204 0.22 0.54 0 0.2 276 0.52 0.58
Hex A0 5E CC 16 36 0 14 114 34 3A
Octal 240 136 314 26 66 0 24 424 64 72
Binary 10100000 1011110 11001100 10110 110110 0 10100 100010100 110100 111010

Color Harmonies of #A05ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05ECC

Black with #A05ECC

Text Example


Text Example

White with #A05ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05ECC; }

 p { color: rgb(160,94,204); }

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

background-color css

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

 a { background-color: rgb(160,94,204); }

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

border-color css

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

 span { border-color: rgb(160,94,204); }

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