#A845BD

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

Shades of Deep Lilac #A845BD

Tints of Deep Lilac #A845BD

Color information

#A845BD (or 0xA845BD) is unknown color: approx Deep Lilac. HEX triplet: A8, 45 and BD. RGB value is (168,69,189). Sum of RGB (Red+Green+Blue) = 168+69+189=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #A845BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845BD is #57BA42. Grayscale: #6F6F6F. Windows color (decimal): -5749315 or 12404136. OLE color: 12404136.

HSL color Cylindrical-coordinate representation of color #A845BD: hue angle of 289.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 #A845BD is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16869189-
CMYK0.110.6300.26
HSL289.5º47.62%50.59%-
HSV(B)289.5º63.49%74.12%-
XYZ27.4616.2649.83-
YUV112.28171.3167.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 69 (27.34% from 255) = 16.20%
BLUE value IS 189 (74.22% from 255) = 44.37%
R=39.44%
G=16.20%
B=44.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168691890.110.6300.26289.547.6250.59
HexA845BDB3F01A1223033
Octal25010527513770324426063
Binary101010001000101101111011011111111011010100100010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A845BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A845BD; }

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

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

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

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

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

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

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

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