Html Css Color HEX #A05ABF Deep Lilac

📋 copy color: '#A05ABF'

red 160 ◦ green 90 ◦ blue 191

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

Shades of Deep Lilac #A05ABF

Tints of Deep Lilac #A05ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.31%

R = 36.28%
G = 20.41%
B = 43.31%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A05ABF (or 0xA05ABF) is known color: Deep Lilac. HEX triplet: A0, 5A and BF. RGB value is (160,90,191). Sum of RGB (Red+Green+Blue) = 160+90+191=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #A05ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ABF is #5FA540. Grayscale: #7A7A7A. Windows color (decimal): -6268225 or 12540576. OLE color: 12540576.

HSL color Cylindrical-coordinate representation of color #A05ABF: hue angle of 281.58º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A05ABF is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 90 191 -
CMYK 0.16 0.53 0 0.25
HSL 281.58º 0.44% 0.55% -
HSV(B) 281.58º 0.53% 0.75% -
XYZ 27.56 18.55 51.42 -
YUV 122.44 166.69 154.79 -
System Red Green Blue C M Y K H S L
Decimal 160 90 191 0.16 0.53 0 0.25 281.58 0.44 0.55
Hex A0 5A BF 10 35 0 19 11A 2C 37
Octal 240 132 277 20 65 0 31 432 54 67
Binary 10100000 1011010 10111111 10000 110101 0 11001 100011010 101100 110111

Color Harmonies of #A05ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05ABF

Black with #A05ABF

Text Example


Text Example

White with #A05ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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