#A045BE

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

Shades of Deep Lilac #A045BE

Tints of Deep Lilac #A045BE

Color information

#A045BE (or 0xA045BE) is unknown color: approx Deep Lilac. HEX triplet: A0, 45 and BE. RGB value is (160,69,190). Sum of RGB (Red+Green+Blue) = 160+69+190=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #A045BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045BE is #5FBA41. Grayscale: #6D6D6D. Windows color (decimal): -6273602 or 12469664. OLE color: 12469664.

HSL color Cylindrical-coordinate representation of color #A045BE: hue angle of 285.12º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A045BE is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16069190-
CMYK0.160.6400.25
HSL285.12º48.21%50.78%-
HSV(B)285.12º63.68%74.51%-
XYZ25.9215.4550.33-
YUV110173.15163.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.19%
GREEN value IS 69 (27.34% from 255) = 16.47%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=38.19%
G=16.47%
B=45.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160691900.160.6400.25285.1248.2150.78
HexA045BE104001911d3033
Octal240105276201000314356063
Binary10100000100010110111110100001000000011001100011101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A045BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A045BE; }

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

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

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

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

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

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

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

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