Html Css Color HEX #A05ABC Deep Lilac

📋 copy color: '#A05ABC'

red 160 ◦ green 90 ◦ blue 188

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

Shades of Deep Lilac #A05ABC

Tints of Deep Lilac #A05ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.92%

R = 36.53%
G = 20.55%
B = 42.92%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A05ABC (or 0xA05ABC) is known color: Deep Lilac. HEX triplet: A0, 5A and BC. RGB value is (160,90,188). Sum of RGB (Red+Green+Blue) = 160+90+188=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #A05ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ABC is #5FA543. Grayscale: #797979. Windows color (decimal): -6268228 or 12343968. OLE color: 12343968.

HSL color Cylindrical-coordinate representation of color #A05ABC: hue angle of 282.86º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A05ABC is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 90 188 -
CMYK 0.15 0.52 0 0.26
HSL 282.86º 0.42% 0.55% -
HSV(B) 282.86º 0.52% 0.74% -
XYZ 27.23 18.42 49.7 -
YUV 122.1 165.19 155.03 -
System Red Green Blue C M Y K H S L
Decimal 160 90 188 0.15 0.52 0 0.26 282.86 0.42 0.55
Hex A0 5A BC F 34 0 1A 11B 2A 37
Octal 240 132 274 17 64 0 32 433 52 67
Binary 10100000 1011010 10111100 1111 110100 0 11010 100011011 101010 110111

Color Harmonies of #A05ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05ABC

Black with #A05ABC

Text Example


Text Example

White with #A05ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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