#A245B5

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

Shades of Deep Lilac #A245B5

Tints of Deep Lilac #A245B5

Color information

#A245B5 (or 0xA245B5) is unknown color: approx Deep Lilac. HEX triplet: A2, 45 and B5. RGB value is (162,69,181). Sum of RGB (Red+Green+Blue) = 162+69+181=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 181 - color contains mainly: blue. Hex color #A245B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A245B5 is #5DBA4A. Grayscale: #6D6D6D. Windows color (decimal): -6142539 or 11879842. OLE color: 11879842.

HSL color Cylindrical-coordinate representation of color #A245B5: hue angle of 289.82º 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 #A245B5 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16269181-
CMYK0.100.6200.29
HSL289.82º44.8%49.02%-
HSV(B)289.82º61.88%70.98%-
XYZ25.3715.2745.33-
YUV109.58168.31165.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 69 (27.34% from 255) = 16.75%
BLUE value IS 181 (71.09% from 255) = 43.93%
R=39.32%
G=16.75%
B=43.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162691810.100.6200.29289.8244.849.02
HexA245B5A3E01D1222d31
Octal24210526512760354425561
Binary101000101000101101101011010111110011101100100010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A245B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A245B5; }

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

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

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

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

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

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

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

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