Html Css Color HEX #A55ACB Deep Lilac

📋 copy color: '#A55ACB'

red 165 ◦ green 90 ◦ blue 203

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

Shades of Deep Lilac #A55ACB

Tints of Deep Lilac #A55ACB

RGB

 RED value IS 165 (64.84% from 255) = 36.03%

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

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

R = 36.03%
G = 19.65%
B = 44.32%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A55ACB (or 0xA55ACB) is known color: Deep Lilac. HEX triplet: A5, 5A and CB. RGB value is (165,90,203). Sum of RGB (Red+Green+Blue) = 165+90+203=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #A55ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55ACB is #5AA534. Grayscale: #7C7C7C. Windows color (decimal): -5940533 or 13327013. OLE color: 13327013.

HSL color Cylindrical-coordinate representation of color #A55ACB: hue angle of 279.82º 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 #A55ACB is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 90 203 -
CMYK 0.19 0.56 0 0.20
HSL 279.82º 0.52% 0.57% -
HSV(B) 279.82º 0.56% 0.8% -
XYZ 29.95 19.62 58.71 -
YUV 125.31 171.85 156.31 -
System Red Green Blue C M Y K H S L
Decimal 165 90 203 0.19 0.56 0 0.20 279.82 0.52 0.57
Hex A5 5A CB 13 38 0 14 118 34 39
Octal 245 132 313 23 70 0 24 430 64 71
Binary 10100101 1011010 11001011 10011 111000 0 10100 100011000 110100 111001

Color Harmonies of #A55ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55ACB

Black with #A55ACB

Text Example


Text Example

White with #A55ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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