#A551B8

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

Shades of Deep Lilac #A551B8

Tints of Deep Lilac #A551B8

Color information

#A551B8 (or 0xA551B8) is unknown color: approx Deep Lilac. HEX triplet: A5, 51 and B8. RGB value is (165,81,184). Sum of RGB (Red+Green+Blue) = 165+81+184=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 184 - color contains mainly: blue. Hex color #A551B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A551B8 is #5AAE47. Grayscale: #757575. Windows color (decimal): -5942856 or 12079525. OLE color: 12079525.

HSL color Cylindrical-coordinate representation of color #A551B8: hue angle of 288.93º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A551B8 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16581184-
CMYK0.100.5600.28
HSL288.93º42.04%51.96%-
HSV(B)288.93º55.98%72.16%-
XYZ27.1117.3447.27-
YUV117.86165.33161.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 81 (32.03% from 255) = 18.84%
BLUE value IS 184 (72.27% from 255) = 42.79%
R=38.37%
G=18.84%
B=42.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal165811840.100.5600.28288.9342.0451.96
HexA551B8A3801C1212a34
Octal24512127012700344415264
Binary101001011010001101110001010111000011100100100001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A551B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A551B8; }

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

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

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

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

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

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

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

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