#A13EB3

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

Shades of Deep Lilac #A13EB3

Tints of Deep Lilac #A13EB3

Color information

#A13EB3 (or 0xA13EB3) is unknown color: approx Deep Lilac. HEX triplet: A1, 3E and B3. RGB value is (161,62,179). Sum of RGB (Red+Green+Blue) = 161+62+179=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 62 (24.61% from 255 or 15.42% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #A13EB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13EB3 is #5EC14C. Grayscale: #686868. Windows color (decimal): -6209869 or 11746977. OLE color: 11746977.

HSL color Cylindrical-coordinate representation of color #A13EB3: hue angle of 290.77º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A13EB3 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16162179-
CMYK0.100.6500.30
HSL290.77º48.55%47.25%-
HSV(B)290.77º65.36%70.2%-
XYZ24.5614.2844.11-
YUV104.94169.8167.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 62 (24.61% from 255) = 15.42%
BLUE value IS 179 (70.31% from 255) = 44.53%
R=40.05%
G=15.42%
B=44.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161621790.100.6500.30290.7748.5547.25
HexA13EB3A4101E123312f
Octal24176263121010364436157
Binary101000011111101011001110101000001011110100100011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13EB3; }

 p { color: rgb(161,62,179); }

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

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

 a { background-color: rgb(161,62,179); }

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

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

 span { border-color: rgb(161,62,179); }

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