#A55FB4

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

Shades of Deep Lilac #A55FB4

Tints of Deep Lilac #A55FB4

Color information

#A55FB4 (or 0xA55FB4) is unknown color: approx Deep Lilac. HEX triplet: A5, 5F and B4. RGB value is (165,95,180). Sum of RGB (Red+Green+Blue) = 165+95+180=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #A55FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FB4 is #5AA04B. Grayscale: #7D7D7D. Windows color (decimal): -5939276 or 11820965. OLE color: 11820965.

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

Color convert

RGB16595180-
CMYK0.080.4700.29
HSL289.41º36.17%53.92%-
HSV(B)289.41º47.22%70.59%-
XYZ27.8519.4845.47-
YUV125.62158.69156.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 95 (37.5% from 255) = 21.59%
BLUE value IS 180 (70.70% from 255) = 40.91%
R=37.5%
G=21.59%
B=40.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165951800.080.4700.29289.4136.1753.92
HexA55FB482F01D1212436
Octal24513726410570354414466
Binary101001011011111101101001000101111011101100100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55FB4; }

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

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

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

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

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

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

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

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