#a045b1

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

Shades of Deep Lilac #A045B1

Tints of Deep Lilac #A045B1

Color information

#A045B1 (or 0xA045B1) is unknown color: approx Deep Lilac. HEX triplet: A0, 45 and B1. RGB value is (160,69,177). Sum of RGB (Red+Green+Blue) = 160+69+177=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 177 - color contains mainly: blue. Hex color #A045B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A045B1 is #5FBA4E. Grayscale: #6C6C6C. Windows color (decimal): -6273615 or 11617696. OLE color: 11617696.

HSL color Cylindrical-coordinate representation of color #A045B1: hue angle of 290.56º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A045B1 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16069177-
CMYK0.100.6100.31
HSL290.56º43.9%48.24%-
HSV(B)290.56º61.02%69.41%-
XYZ24.5614.943.18-
YUV108.52166.65164.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 69 (27.34% from 255) = 17.00%
BLUE value IS 177 (69.53% from 255) = 43.60%
R=39.41%
G=17.00%
B=43.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160691770.100.6100.31290.5643.948.24
HexA045B1A3D01F1232c30
Octal24010526112750374435460
Binary101000001000101101100011010111101011111100100011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a045b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a045b1; }

 p { color: rgb(160,69,177); }

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

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

 a { background-color: rgb(160,69,177); }

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

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

 span { border-color: rgb(160,69,177); }

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