#A245BD

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

Shades of Deep Lilac #A245BD

Tints of Deep Lilac #A245BD

Color information

#A245BD (or 0xA245BD) is unknown color: approx Deep Lilac. HEX triplet: A2, 45 and BD. RGB value is (162,69,189). Sum of RGB (Red+Green+Blue) = 162+69+189=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #A245BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A245BD is #5DBA42. Grayscale: #6E6E6E. Windows color (decimal): -6142531 or 12404130. OLE color: 12404130.

HSL color Cylindrical-coordinate representation of color #A245BD: hue angle of 286.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A245BD is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16269189-
CMYK0.140.6300.26
HSL286.5º47.62%50.59%-
HSV(B)286.5º63.49%74.12%-
XYZ26.2115.6149.78-
YUV110.49172.31164.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 69 (27.34% from 255) = 16.43%
BLUE value IS 189 (74.22% from 255) = 45%
R=38.57%
G=16.43%
B=45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162691890.140.6300.26286.547.6250.59
HexA245BDE3F01A11e3033
Octal24210527516770324366063
Binary101000101000101101111011110111111011010100011110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A245BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A245BD; }

 p { color: rgb(162,69,189); }

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

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

 a { background-color: rgb(162,69,189); }

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

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

 span { border-color: rgb(162,69,189); }

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