#A445BC

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

Shades of Deep Lilac #A445BC

Tints of Deep Lilac #A445BC

Color information

#A445BC (or 0xA445BC) is unknown color: approx Deep Lilac. HEX triplet: A4, 45 and BC. RGB value is (164,69,188). Sum of RGB (Red+Green+Blue) = 164+69+188=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #A445BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A445BC is #5BBA43. Grayscale: #6E6E6E. Windows color (decimal): -6011460 or 12338596. OLE color: 12338596.

HSL color Cylindrical-coordinate representation of color #A445BC: hue angle of 287.9º 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 #A445BC is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16469188-
CMYK0.130.6300.26
HSL287.9º47.04%50.39%-
HSV(B)287.9º63.3%73.73%-
XYZ26.5215.7849.23-
YUV110.97171.47165.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 69 (27.34% from 255) = 16.39%
BLUE value IS 188 (73.83% from 255) = 44.66%
R=38.95%
G=16.39%
B=44.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164691880.130.6300.26287.947.0450.39
HexA445BCD3F01A1202f32
Octal24410527415770324405762
Binary101001001000101101111001101111111011010100100000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A445BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A445BC; }

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

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

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

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

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

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

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

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