#A551D0

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

Shades of Deep Lilac #A551D0

Tints of Deep Lilac #A551D0

Color information

#A551D0 (or 0xA551D0) is unknown color: approx Deep Lilac. HEX triplet: A5, 51 and D0. RGB value is (165,81,208). Sum of RGB (Red+Green+Blue) = 165+81+208=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #A551D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A551D0 is #5AAE2F. Grayscale: #787878. Windows color (decimal): -5942832 or 13652389. OLE color: 13652389.

HSL color Cylindrical-coordinate representation of color #A551D0: hue angle of 279.69º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A551D0 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16581208-
CMYK0.210.6100.18
HSL279.69º57.47%56.67%-
HSV(B)279.69º61.06%81.57%-
XYZ29.8418.4461.66-
YUV120.59177.33159.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 81 (32.03% from 255) = 17.84%
BLUE value IS 208 (81.64% from 255) = 45.81%
R=36.34%
G=17.84%
B=45.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165812080.210.6100.18279.6957.4756.67
HexA551D0153D0121183939
Octal24512132025750224307171
Binary1010010110100011101000010101111101010010100011000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A551D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A551D0; }

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

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

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

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

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

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

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

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