#A13DAF

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

Shades of Deep Lilac #A13DAF

Tints of Deep Lilac #A13DAF

Color information

#A13DAF (or 0xA13DAF) is unknown color: approx Deep Lilac. HEX triplet: A1, 3D and AF. RGB value is (161,61,175). Sum of RGB (Red+Green+Blue) = 161+61+175=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #A13DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13DAF is #5EC250. Grayscale: #676767. Windows color (decimal): -6210129 or 11484577. OLE color: 11484577.

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

Color convert

RGB16161175-
CMYK0.080.6500.31
HSL292.63º48.31%46.27%-
HSV(B)292.63º65.14%68.63%-
XYZ24.114.0141.99-
YUV103.9168.13168.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 61 (24.22% from 255) = 15.37%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=40.55%
G=15.37%
B=44.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161611750.080.6500.31292.6348.3146.27
HexA13DAF84101F125302e
Octal24175257101010374456056
Binary101000011111011010111110001000001011111100100101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13DAF; }

 p { color: rgb(161,61,175); }

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

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

 a { background-color: rgb(161,61,175); }

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

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

 span { border-color: rgb(161,61,175); }

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