#A43CB1

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

Shades of Deep Lilac #A43CB1

Tints of Deep Lilac #A43CB1

Color information

#A43CB1 (or 0xA43CB1) is unknown color: approx Deep Lilac. HEX triplet: A4, 3C and B1. RGB value is (164,60,177). Sum of RGB (Red+Green+Blue) = 164+60+177=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 177 - color contains mainly: blue. Hex color #A43CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43CB1 is #5BC34E. Grayscale: #686868. Windows color (decimal): -6013775 or 11615396. OLE color: 11615396.

HSL color Cylindrical-coordinate representation of color #A43CB1: hue angle of 293.33º degrees, saturation: 0.49, 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 #A43CB1 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16460177-
CMYK0.070.6600.31
HSL293.33º49.37%46.47%-
HSV(B)293.33º66.1%69.41%-
XYZ24.8614.343.04-
YUV104.43168.96170.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 60 (23.83% from 255) = 14.96%
BLUE value IS 177 (69.53% from 255) = 44.14%
R=40.90%
G=14.96%
B=44.14%

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
Decimal164601770.070.6600.31293.3349.3746.47
HexA43CB174201F125312e
Octal2447426171020374456156
Binary10100100111100101100011111000010011111100100101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43CB1; }

 p { color: rgb(164,60,177); }

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

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

 a { background-color: rgb(164,60,177); }

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

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

 span { border-color: rgb(164,60,177); }

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