#A245B4

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

Shades of Deep Lilac #A245B4

Tints of Deep Lilac #A245B4

Color information

#A245B4 (or 0xA245B4) is unknown color: approx Deep Lilac. HEX triplet: A2, 45 and B4. RGB value is (162,69,180). Sum of RGB (Red+Green+Blue) = 162+69+180=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 180 - color contains mainly: blue. Hex color #A245B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A245B4 is #5DBA4B. Grayscale: #6D6D6D. Windows color (decimal): -6142540 or 11814306. OLE color: 11814306.

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

Color convert

RGB16269180-
CMYK0.10.6200.29
HSL290.27º44.58%48.82%-
HSV(B)290.27º61.67%70.59%-
XYZ25.2715.2344.79-
YUV109.46167.81165.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 69 (27.34% from 255) = 16.79%
BLUE value IS 180 (70.70% from 255) = 43.80%
R=39.42%
G=16.79%
B=43.80%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162691800.10.6200.29290.2744.5848.82
HexA245B4A3E01D1222d31
Octal24210526412760354425561
Binary101000101000101101101001010111110011101100100010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A245B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A245B4; }

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

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

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

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

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

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

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

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