#A045BA

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

Shades of Deep Lilac #A045BA

Tints of Deep Lilac #A045BA

Color information

#A045BA (or 0xA045BA) is unknown color: approx Deep Lilac. HEX triplet: A0, 45 and BA. RGB value is (160,69,186). Sum of RGB (Red+Green+Blue) = 160+69+186=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #A045BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045BA is #5FBA45. Grayscale: #6D6D6D. Windows color (decimal): -6273606 or 12207520. OLE color: 12207520.

HSL color Cylindrical-coordinate representation of color #A045BA: hue angle of 286.67º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A045BA is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16069186-
CMYK0.140.6300.27
HSL286.67º45.88%50%-
HSV(B)286.67º62.9%72.94%-
XYZ25.4915.2748.06-
YUV109.55171.15163.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.55%
GREEN value IS 69 (27.34% from 255) = 16.63%
BLUE value IS 186 (73.05% from 255) = 44.82%
R=38.55%
G=16.63%
B=44.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160691860.140.6300.27286.6745.8850
HexA045BAE3F01B11f2e32
Octal24010527216770334375662
Binary101000001000101101110101110111111011011100011111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A045BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A045BA; }

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

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

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

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

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

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

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

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