#a55fbd

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

Shades of Deep Lilac #A55FBD

Tints of Deep Lilac #A55FBD

Color information

#A55FBD (or 0xA55FBD) is unknown color: approx Deep Lilac. HEX triplet: A5, 5F and BD. RGB value is (165,95,189). Sum of RGB (Red+Green+Blue) = 165+95+189=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #A55FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FBD is #5AA042. Grayscale: #7E7E7E. Windows color (decimal): -5939267 or 12410789. OLE color: 12410789.

HSL color Cylindrical-coordinate representation of color #A55FBD: hue angle of 284.68º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55FBD is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16595189-
CMYK0.130.5000.26
HSL284.68º41.59%55.69%-
HSV(B)284.68º49.74%74.12%-
XYZ28.7919.8650.46-
YUV126.65163.19155.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.75%
GREEN value IS 95 (37.5% from 255) = 21.16%
BLUE value IS 189 (74.22% from 255) = 42.09%
R=36.75%
G=21.16%
B=42.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165951890.130.5000.26284.6841.5955.69
HexA55FBDD3201A11d2a38
Octal24513727515620324355270
Binary101001011011111101111011101110010011010100011101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a55fbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a55fbd; }

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

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

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

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

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

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

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

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