#A551B1

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

Shades of Deep Lilac #A551B1

Tints of Deep Lilac #A551B1

Color information

#A551B1 (or 0xA551B1) is unknown color: approx Deep Lilac. HEX triplet: A5, 51 and B1. RGB value is (165,81,177). Sum of RGB (Red+Green+Blue) = 165+81+177=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 177 - color contains mainly: blue. Hex color #A551B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A551B1 is #5AAE4E. Grayscale: #747474. Windows color (decimal): -5942863 or 11620773. OLE color: 11620773.

HSL color Cylindrical-coordinate representation of color #A551B1: hue angle of 292.5º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A551B1 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16581177-
CMYK0.070.5400.31
HSL292.5º38.1%50.59%-
HSV(B)292.5º54.24%69.41%-
XYZ26.417.0643.5-
YUV117.06161.83162.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 81 (32.03% from 255) = 19.15%
BLUE value IS 177 (69.53% from 255) = 41.84%
R=39.01%
G=19.15%
B=41.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165811770.070.5400.31292.538.150.59
HexA551B173601F1242633
Octal2451212617660374444663
Binary10100101101000110110001111110110011111100100100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A551B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A551B1; }

 p { color: rgb(165,81,177); }

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

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

 a { background-color: rgb(165,81,177); }

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

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

 span { border-color: rgb(165,81,177); }

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