Html Css Color HEX #A05ACB Amethyst

📋 copy color: '#A05ACB'

red 160 ◦ green 90 ◦ blue 203

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

Shades of Amethyst #A05ACB

Tints of Amethyst #A05ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 35.32%
G = 19.87%
B = 44.81%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A05ACB (or 0xA05ACB) is known color: Amethyst. HEX triplet: A0, 5A and CB. RGB value is (160,90,203). Sum of RGB (Red+Green+Blue) = 160+90+203=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #A05ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ACB is #5FA534. Grayscale: #7B7B7B. Windows color (decimal): -6268213 or 13327008. OLE color: 13327008.

HSL color Cylindrical-coordinate representation of color #A05ACB: hue angle of 277.17º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A05ACB is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 90 203 -
CMYK 0.21 0.56 0 0.20
HSL 277.17º 0.52% 0.57% -
HSV(B) 277.17º 0.56% 0.8% -
XYZ 28.93 19.1 58.66 -
YUV 123.81 172.69 153.81 -
System Red Green Blue C M Y K H S L
Decimal 160 90 203 0.21 0.56 0 0.20 277.17 0.52 0.57
Hex A0 5A CB 15 38 0 14 115 34 39
Octal 240 132 313 25 70 0 24 425 64 71
Binary 10100000 1011010 11001011 10101 111000 0 10100 100010101 110100 111001

Color Harmonies of #A05ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05ACB

Black with #A05ACB

Text Example


Text Example

White with #A05ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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