#A145BD

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

Shades of Deep Lilac #A145BD

Tints of Deep Lilac #A145BD

Color information

#A145BD (or 0xA145BD) is unknown color: approx Deep Lilac. HEX triplet: A1, 45 and BD. RGB value is (161,69,189). Sum of RGB (Red+Green+Blue) = 161+69+189=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #A145BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A145BD is #5EBA42. Grayscale: #6D6D6D. Windows color (decimal): -6208067 or 12404129. OLE color: 12404129.

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

Color convert

RGB16169189-
CMYK0.150.6300.26
HSL286º47.62%50.59%-
HSV(B)286º63.49%74.12%-
XYZ26.0115.5149.77-
YUV110.19172.48164.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.42%
GREEN value IS 69 (27.34% from 255) = 16.47%
BLUE value IS 189 (74.22% from 255) = 45.11%
R=38.42%
G=16.47%
B=45.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161691890.150.6300.2628647.6250.59
HexA145BDF3F01A11e3033
Octal24110527517770324366063
Binary101000011000101101111011111111111011010100011110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A145BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A145BD; }

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

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

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

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

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

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

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

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