#A945BD

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

Shades of Deep Lilac #A945BD

Tints of Deep Lilac #A945BD

Color information

#A945BD (or 0xA945BD) is unknown color: approx Deep Lilac. HEX triplet: A9, 45 and BD. RGB value is (169,69,189). Sum of RGB (Red+Green+Blue) = 169+69+189=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #A945BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A945BD is #56BA42. Grayscale: #707070. Windows color (decimal): -5683779 or 12404137. OLE color: 12404137.

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

Color convert

RGB16969189-
CMYK0.110.6300.26
HSL290º47.62%50.59%-
HSV(B)290º63.49%74.12%-
XYZ27.6816.3749.84-
YUV112.58171.13168.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 69 (27.34% from 255) = 16.16%
BLUE value IS 189 (74.22% from 255) = 44.26%
R=39.58%
G=16.16%
B=44.26%

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
Decimal169691890.110.6300.2629047.6250.59
HexA945BDB3F01A1223033
Octal25110527513770324426063
Binary101010011000101101111011011111111011010100100010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A945BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A945BD; }

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

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

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

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

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

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

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

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