Html Css Color HEX #A05ACC Amethyst

📋 copy color: '#A05ACC'

red 160 ◦ green 90 ◦ blue 204

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

Shades of Amethyst #A05ACC

Tints of Amethyst #A05ACC

RGB

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

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

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

R = 35.24%
G = 19.82%
B = 44.93%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A05ACC (or 0xA05ACC) is known color: Amethyst. HEX triplet: A0, 5A and CC. RGB value is (160,90,204). Sum of RGB (Red+Green+Blue) = 160+90+204=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #A05ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ACC is #5FA533. Grayscale: #7B7B7B. Windows color (decimal): -6268212 or 13392544. OLE color: 13392544.

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

Color convert

RGB 160 90 204 -
CMYK 0.22 0.56 0 0.2
HSL 276.84º 0.53% 0.58% -
HSV(B) 276.84º 0.56% 0.8% -
XYZ 29.05 19.15 59.29 -
YUV 123.93 173.19 153.73 -
System Red Green Blue C M Y K H S L
Decimal 160 90 204 0.22 0.56 0 0.2 276.84 0.53 0.58
Hex A0 5A CC 16 38 0 14 115 35 3A
Octal 240 132 314 26 70 0 24 425 65 72
Binary 10100000 1011010 11001100 10110 111000 0 10100 100010101 110101 111010

Color Harmonies of #A05ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05ACC

Black with #A05ACC

Text Example


Text Example

White with #A05ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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