#A13AAD

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

Shades of Deep Lilac #A13AAD

Tints of Deep Lilac #A13AAD

Color information

#A13AAD (or 0xA13AAD) is unknown color: approx Deep Lilac. HEX triplet: A1, 3A and AD. RGB value is (161,58,173). Sum of RGB (Red+Green+Blue) = 161+58+173=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #A13AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13AAD is #5EC552. Grayscale: #656565. Windows color (decimal): -6210899 or 11352737. OLE color: 11352737.

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

Color convert

RGB16158173-
CMYK0.070.6600.32
HSL293.74º49.78%45.29%-
HSV(B)293.74º66.47%67.84%-
XYZ23.7513.6240.91-
YUV101.91168.12170.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.07%
GREEN value IS 58 (23.05% from 255) = 14.80%
BLUE value IS 173 (67.97% from 255) = 44.13%
R=41.07%
G=14.80%
B=44.13%

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
Decimal161581730.070.6600.32293.7449.7845.29
HexA13AAD742020126322d
Octal2417225571020404466255
Binary101000011110101010110111110000100100000100100110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13AAD; }

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

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

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

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

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

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

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

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