#a55bba

Color #A55BBA Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A55BBA

Tints of Deep Lilac #A55BBA

Color information

#A55BBA (or 0xA55BBA) is unknown color: approx Deep Lilac. HEX triplet: A5, 5B and BA. RGB value is (165,91,186). Sum of RGB (Red+Green+Blue) = 165+91+186=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #A55BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55BBA is #5AA445. Grayscale: #7B7B7B. Windows color (decimal): -5940294 or 12213157. OLE color: 12213157.

HSL color Cylindrical-coordinate representation of color #A55BBA: hue angle of 286.74º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A55BBA is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16591186-
CMYK0.110.5100.27
HSL286.74º40.77%54.31%-
HSV(B)286.74º51.08%72.94%-
XYZ28.1219.0348.64-
YUV123.96163.02157.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.33%
GREEN value IS 91 (35.94% from 255) = 20.59%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=37.33%
G=20.59%
B=42.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165911860.110.5100.27286.7440.7754.31
HexA55BBAB3301B11f2936
Octal24513327213630334375166
Binary101001011011011101110101011110011011011100011111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a55bba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a55bba; }

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

 H1.HeaderClassName
 {
   color: #a55bba;
 }
 .AnyTagClassName
 {
   color: #a55bba;
 }
</style>
background-color css

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

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

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

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

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

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