#A55BBC

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

Shades of Deep Lilac #A55BBC

Tints of Deep Lilac #A55BBC

Color information

#A55BBC (or 0xA55BBC) is unknown color: approx Deep Lilac. HEX triplet: A5, 5B and BC. RGB value is (165,91,188). Sum of RGB (Red+Green+Blue) = 165+91+188=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #A55BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55BBC is #5AA443. Grayscale: #7B7B7B. Windows color (decimal): -5940292 or 12344229. OLE color: 12344229.

HSL color Cylindrical-coordinate representation of color #A55BBC: hue angle of 285.77º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A55BBC is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16591188-
CMYK0.120.5200.26
HSL285.77º41.99%54.71%-
HSV(B)285.77º51.6%73.73%-
XYZ28.3419.1149.77-
YUV124.18164.02157.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 188 (73.83% from 255) = 42.34%
R=37.16%
G=20.50%
B=42.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165911880.120.5200.26285.7741.9954.71
HexA55BBCC3401A11e2a37
Octal24513327414640324365267
Binary101001011011011101111001100110100011010100011110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55BBC; }

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

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

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

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

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

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

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

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