Html Css Color HEX #A55ABF Deep Lilac

📋 copy color: '#A55ABF'

red 165 ◦ green 90 ◦ blue 191

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

Shades of Deep Lilac #A55ABF

Tints of Deep Lilac #A55ABF

RGB

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

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

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

R = 37%
G = 20.18%
B = 42.83%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A55ABF (or 0xA55ABF) is known color: Deep Lilac. HEX triplet: A5, 5A and BF. RGB value is (165,90,191). Sum of RGB (Red+Green+Blue) = 165+90+191=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #A55ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55ABF is #5AA540. Grayscale: #7B7B7B. Windows color (decimal): -5940545 or 12540581. OLE color: 12540581.

HSL color Cylindrical-coordinate representation of color #A55ABF: hue angle of 284.55º 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 #A55ABF is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 90 191 -
CMYK 0.14 0.53 0 0.25
HSL 284.55º 0.44% 0.55% -
HSV(B) 284.55º 0.53% 0.75% -
XYZ 28.58 19.07 51.47 -
YUV 123.94 165.85 157.29 -
System Red Green Blue C M Y K H S L
Decimal 165 90 191 0.14 0.53 0 0.25 284.55 0.44 0.55
Hex A5 5A BF E 35 0 19 11D 2C 37
Octal 245 132 277 16 65 0 31 435 54 67
Binary 10100101 1011010 10111111 1110 110101 0 11001 100011101 101100 110111

Color Harmonies of #A55ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55ABF

Black with #A55ABF

Text Example


Text Example

White with #A55ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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