#A045BC

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

Shades of Deep Lilac #A045BC

Tints of Deep Lilac #A045BC

Color information

#A045BC (or 0xA045BC) is unknown color: approx Deep Lilac. HEX triplet: A0, 45 and BC. RGB value is (160,69,188). Sum of RGB (Red+Green+Blue) = 160+69+188=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #A045BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045BC is #5FBA43. Grayscale: #6D6D6D. Windows color (decimal): -6273604 or 12338592. OLE color: 12338592.

HSL color Cylindrical-coordinate representation of color #A045BC: hue angle of 285.88º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A045BC is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16069188-
CMYK0.150.6300.26
HSL285.88º47.04%50.39%-
HSV(B)285.88º63.3%73.73%-
XYZ25.715.3649.19-
YUV109.78172.15163.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.37%
GREEN value IS 69 (27.34% from 255) = 16.55%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=38.37%
G=16.55%
B=45.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160691880.150.6300.26285.8847.0450.39
HexA045BCF3F01A11e2f32
Octal24010527417770324365762
Binary101000001000101101111001111111111011010100011110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A045BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A045BC; }

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

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

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

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

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

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

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

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