Html Css Color HEX #A55BBD Deep Lilac

📋 copy color: '#A55BBD'

red 165 ◦ green 91 ◦ blue 189

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

Shades of Deep Lilac #A55BBD

Tints of Deep Lilac #A55BBD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.45%

 BLUE value IS 189 (74.22% from 255) = 42.47%

R = 37.08%
G = 20.45%
B = 42.47%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A55BBD (or 0xA55BBD) is known color: Deep Lilac. HEX triplet: A5, 5B and BD. RGB value is (165,91,189). Sum of RGB (Red+Green+Blue) = 165+91+189=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #A55BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55BBD is #5AA442. Grayscale: #7B7B7B. Windows color (decimal): -5940291 or 12409765. OLE color: 12409765.

HSL color Cylindrical-coordinate representation of color #A55BBD: hue angle of 285.31º degrees, saturation: 0.43, 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 #A55BBD is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 91 189 -
CMYK 0.13 0.52 0 0.26
HSL 285.31º 0.43% 0.55% -
HSV(B) 285.31º 0.52% 0.74% -
XYZ 28.44 19.16 50.34 -
YUV 124.3 164.52 157.03 -
System Red Green Blue C M Y K H S L
Decimal 165 91 189 0.13 0.52 0 0.26 285.31 0.43 0.55
Hex A5 5B BD D 34 0 1A 11D 2B 37
Octal 245 133 275 15 64 0 32 435 53 67
Binary 10100101 1011011 10111101 1101 110100 0 11010 100011101 101011 110111

Color Harmonies of #A55BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55BBD

Black with #A55BBD

Text Example


Text Example

White with #A55BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55BBD; }

 p { color: rgb(165,91,189); }

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

background-color css

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

 a { background-color: rgb(165,91,189); }

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

border-color css

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

 span { border-color: rgb(165,91,189); }

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