#A13FB2

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

Shades of Deep Lilac #A13FB2

Tints of Deep Lilac #A13FB2

Color information

#A13FB2 (or 0xA13FB2) is unknown color: approx Deep Lilac. HEX triplet: A1, 3F and B2. RGB value is (161,63,178). Sum of RGB (Red+Green+Blue) = 161+63+178=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 178 - color contains mainly: blue. Hex color #A13FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13FB2 is #5EC04D. Grayscale: #696969. Windows color (decimal): -6209614 or 11681697. OLE color: 11681697.

HSL color Cylindrical-coordinate representation of color #A13FB2: hue angle of 291.13º degrees, saturation: 0.48, 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 #A13FB2 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16163178-
CMYK0.100.6500.30
HSL291.13º47.72%47.25%-
HSV(B)291.13º64.61%69.8%-
XYZ24.5114.3543.6-
YUV105.41168.97167.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 63 (25% from 255) = 15.67%
BLUE value IS 178 (69.92% from 255) = 44.28%
R=40.05%
G=15.67%
B=44.28%

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
Decimal161631780.100.6500.30291.1347.7247.25
HexA13FB2A4101E123302f
Octal24177262121010364436057
Binary101000011111111011001010101000001011110100100011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13FB2; }

 p { color: rgb(161,63,178); }

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

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

 a { background-color: rgb(161,63,178); }

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

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

 span { border-color: rgb(161,63,178); }

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