#a145b5

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

Shades of Deep Lilac #A145B5

Tints of Deep Lilac #A145B5

Color information

#A145B5 (or 0xA145B5) is unknown color: approx Deep Lilac. HEX triplet: A1, 45 and B5. RGB value is (161,69,181). Sum of RGB (Red+Green+Blue) = 161+69+181=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 181 - color contains mainly: blue. Hex color #A145B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A145B5 is #5EBA4A. Grayscale: #6C6C6C. Windows color (decimal): -6208075 or 11879841. OLE color: 11879841.

HSL color Cylindrical-coordinate representation of color #A145B5: hue angle of 289.29º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A145B5 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16169181-
CMYK0.110.6200.29
HSL289.29º44.8%49.02%-
HSV(B)289.29º61.88%70.98%-
XYZ25.1715.1745.32-
YUV109.28168.48164.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.17%
GREEN value IS 69 (27.34% from 255) = 16.79%
BLUE value IS 181 (71.09% from 255) = 44.04%
R=39.17%
G=16.79%
B=44.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161691810.110.6200.29289.2944.849.02
HexA145B5B3E01D1212d31
Octal24110526513760354415561
Binary101000011000101101101011011111110011101100100001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a145b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a145b5; }

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

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

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

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

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

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

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

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