#A55CBA

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

Shades of Deep Lilac #A55CBA

Tints of Deep Lilac #A55CBA

Color information

#A55CBA (or 0xA55CBA) is unknown color: approx Deep Lilac. HEX triplet: A5, 5C and BA. RGB value is (165,92,186). Sum of RGB (Red+Green+Blue) = 165+92+186=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #A55CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CBA is #5AA345. Grayscale: #7C7C7C. Windows color (decimal): -5940038 or 12213413. OLE color: 12213413.

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

Color convert

RGB16592186-
CMYK0.110.5100.27
HSL286.6º40.52%54.51%-
HSV(B)286.6º50.54%72.94%-
XYZ28.2119.248.67-
YUV124.54162.68156.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.25%
GREEN value IS 92 (36.33% from 255) = 20.77%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=37.25%
G=20.77%
B=41.99%

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
Decimal165921860.110.5100.27286.640.5254.51
HexA55CBAB3301B11f2937
Octal24513427213630334375167
Binary101001011011100101110101011110011011011100011111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55CBA; }

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

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

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

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

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

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

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

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