#A43BB0

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

Shades of Deep Lilac #A43BB0

Tints of Deep Lilac #A43BB0

Color information

#A43BB0 (or 0xA43BB0) is unknown color: approx Deep Lilac. HEX triplet: A4, 3B and B0. RGB value is (164,59,176). Sum of RGB (Red+Green+Blue) = 164+59+176=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 176 - color contains mainly: blue. Hex color #A43BB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43BB0 is #5BC44F. Grayscale: #676767. Windows color (decimal): -6014032 or 11549604. OLE color: 11549604.

HSL color Cylindrical-coordinate representation of color #A43BB0: hue angle of 293.85º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A43BB0 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16459176-
CMYK0.070.6600.31
HSL293.85º49.79%46.08%-
HSV(B)293.85º66.48%69.02%-
XYZ24.7114.1642.5-
YUV103.73168.79170.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 59 (23.44% from 255) = 14.79%
BLUE value IS 176 (69.14% from 255) = 44.11%
R=41.10%
G=14.79%
B=44.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164591760.070.6600.31293.8549.7946.08
HexA43BB074201F126322e
Octal2447326071020374466256
Binary10100100111011101100001111000010011111100100110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43BB0; }

 p { color: rgb(164,59,176); }

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

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

 a { background-color: rgb(164,59,176); }

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

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

 span { border-color: rgb(164,59,176); }

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