#A13BAD

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

Shades of Deep Lilac #A13BAD

Tints of Deep Lilac #A13BAD

Color information

#A13BAD (or 0xA13BAD) is unknown color: approx Deep Lilac. HEX triplet: A1, 3B and AD. RGB value is (161,59,173). Sum of RGB (Red+Green+Blue) = 161+59+173=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #A13BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13BAD is #5EC452. Grayscale: #666666. Windows color (decimal): -6210643 or 11352993. OLE color: 11352993.

HSL color Cylindrical-coordinate representation of color #A13BAD: hue angle of 293.68º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A13BAD is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16159173-
CMYK0.070.6600.32
HSL293.68º49.14%45.49%-
HSV(B)293.68º65.9%67.84%-
XYZ23.813.7240.93-
YUV102.49167.79169.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 59 (23.44% from 255) = 15.01%
BLUE value IS 173 (67.97% from 255) = 44.02%
R=40.97%
G=15.01%
B=44.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161591730.070.6600.32293.6849.1445.49
HexA13BAD742020126312d
Octal2417325571020404466155
Binary101000011110111010110111110000100100000100100110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13BAD; }

 p { color: rgb(161,59,173); }

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

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

 a { background-color: rgb(161,59,173); }

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

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

 span { border-color: rgb(161,59,173); }

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