#A553BE

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

Shades of Deep Lilac #A553BE

Tints of Deep Lilac #A553BE

Color information

#A553BE (or 0xA553BE) is unknown color: approx Deep Lilac. HEX triplet: A5, 53 and BE. RGB value is (165,83,190). Sum of RGB (Red+Green+Blue) = 165+83+190=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #A553BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A553BE is #5AAC41. Grayscale: #777777. Windows color (decimal): -5942338 or 12473253. OLE color: 12473253.

HSL color Cylindrical-coordinate representation of color #A553BE: hue angle of 285.98º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A553BE is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16583190-
CMYK0.130.5600.25
HSL285.98º45.15%53.53%-
HSV(B)285.98º56.32%74.51%-
XYZ27.917.950.7-
YUV119.72167.67160.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.67%
GREEN value IS 83 (32.81% from 255) = 18.95%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=37.67%
G=18.95%
B=43.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165831900.130.5600.25285.9845.1553.53
HexA553BED3801911e2d36
Octal24512327615700314365566
Binary101001011010011101111101101111000011001100011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A553BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A553BE; }

 p { color: rgb(165,83,190); }

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

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

 a { background-color: rgb(165,83,190); }

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

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

 span { border-color: rgb(165,83,190); }

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