#A55CBC

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

Shades of Deep Lilac #A55CBC

Tints of Deep Lilac #A55CBC

Color information

#A55CBC (or 0xA55CBC) is unknown color: approx Deep Lilac. HEX triplet: A5, 5C and BC. RGB value is (165,92,188). Sum of RGB (Red+Green+Blue) = 165+92+188=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #A55CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CBC is #5AA343. Grayscale: #7C7C7C. Windows color (decimal): -5940036 or 12344485. OLE color: 12344485.

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

Color convert

RGB16592188-
CMYK0.120.5100.26
HSL285.62º41.74%54.9%-
HSV(B)285.62º51.06%73.73%-
XYZ28.4219.2849.8-
YUV124.77163.68156.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.08%
GREEN value IS 92 (36.33% from 255) = 20.67%
BLUE value IS 188 (73.83% from 255) = 42.25%
R=37.08%
G=20.67%
B=42.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165921880.120.5100.26285.6241.7454.9
HexA55CBCC3301A11e2a37
Octal24513427414630324365267
Binary101001011011100101111001100110011011010100011110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55CBC; }

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

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

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

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

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

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

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

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