Html Css Color HEX #A55BB4 Deep Lilac

📋 copy color: '#A55BB4'

red 165 ◦ green 91 ◦ blue 180

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

Shades of Deep Lilac #A55BB4

Tints of Deep Lilac #A55BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.28%

R = 37.84%
G = 20.87%
B = 41.28%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A55BB4 (or 0xA55BB4) is known color: Deep Lilac. HEX triplet: A5, 5B and B4. RGB value is (165,91,180). Sum of RGB (Red+Green+Blue) = 165+91+180=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #A55BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55BB4 is #5AA44B. Grayscale: #7A7A7A. Windows color (decimal): -5940300 or 11819941. OLE color: 11819941.

HSL color Cylindrical-coordinate representation of color #A55BB4: hue angle of 289.89º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A55BB4 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 91 180 -
CMYK 0.08 0.49 0 0.29
HSL 289.89º 0.37% 0.53% -
HSV(B) 289.89º 0.49% 0.71% -
XYZ 27.5 18.78 45.36 -
YUV 123.27 160.02 157.76 -
System Red Green Blue C M Y K H S L
Decimal 165 91 180 0.08 0.49 0 0.29 289.89 0.37 0.53
Hex A5 5B B4 8 31 0 1D 122 25 35
Octal 245 133 264 10 61 0 35 442 45 65
Binary 10100101 1011011 10110100 1000 110001 0 11101 100100010 100101 110101

Color Harmonies of #A55BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55BB4

Black with #A55BB4

Text Example


Text Example

White with #A55BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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