#A55CB7

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

Shades of Deep Lilac #A55CB7

Tints of Deep Lilac #A55CB7

Color information

#A55CB7 (or 0xA55CB7) is unknown color: approx Deep Lilac. HEX triplet: A5, 5C and B7. RGB value is (165,92,183). Sum of RGB (Red+Green+Blue) = 165+92+183=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 183 - color contains mainly: blue. Hex color #A55CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CB7 is #5AA348. Grayscale: #7B7B7B. Windows color (decimal): -5940041 or 12016805. OLE color: 12016805.

HSL color Cylindrical-coordinate representation of color #A55CB7: hue angle of 288.13º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55CB7 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16592183-
CMYK0.100.5000.28
HSL288.13º38.72%53.92%-
HSV(B)288.13º49.73%71.76%-
XYZ27.8919.0747.01-
YUV124.2161.18157.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 92 (36.33% from 255) = 20.91%
BLUE value IS 183 (71.88% from 255) = 41.59%
R=37.5%
G=20.91%
B=41.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal165921830.100.5000.28288.1338.7253.92
HexA55CB7A3201C1202736
Octal24513426712620344404766
Binary101001011011100101101111010110010011100100100000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55CB7; }

 p { color: rgb(165,92,183); }

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

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

 a { background-color: rgb(165,92,183); }

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

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

 span { border-color: rgb(165,92,183); }

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