#A451D0

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

Shades of Deep Lilac #A451D0

Tints of Deep Lilac #A451D0

Color information

#A451D0 (or 0xA451D0) is unknown color: approx Deep Lilac. HEX triplet: A4, 51 and D0. RGB value is (164,81,208). Sum of RGB (Red+Green+Blue) = 164+81+208=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #A451D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A451D0 is #5BAE2F. Grayscale: #777777. Windows color (decimal): -6008368 or 13652388. OLE color: 13652388.

HSL color Cylindrical-coordinate representation of color #A451D0: hue angle of 279.21º 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 #A451D0 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16481208-
CMYK0.210.6100.18
HSL279.21º57.47%56.67%-
HSV(B)279.21º61.06%81.57%-
XYZ29.6418.3361.65-
YUV120.3177.5159.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 81 (32.03% from 255) = 17.88%
BLUE value IS 208 (81.64% from 255) = 45.92%
R=36.20%
G=17.88%
B=45.92%

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
Decimal164812080.210.6100.18279.2157.4756.67
HexA451D0153D0121173939
Octal24412132025750224277171
Binary1010010010100011101000010101111101010010100010111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A451D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A451D0; }

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

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

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

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

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

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

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

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