#A13BAC

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

Shades of Deep Lilac #A13BAC

Tints of Deep Lilac #A13BAC

Color information

#A13BAC (or 0xA13BAC) is unknown color: approx Deep Lilac. HEX triplet: A1, 3B and AC. RGB value is (161,59,172). Sum of RGB (Red+Green+Blue) = 161+59+172=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #A13BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13BAC is #5EC453. Grayscale: #666666. Windows color (decimal): -6210644 or 11287457. OLE color: 11287457.

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

Color convert

RGB16159172-
CMYK0.060.6600.33
HSL294.16º48.92%45.29%-
HSV(B)294.16º65.7%67.45%-
XYZ23.7113.6840.42-
YUV102.38167.29169.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.07%
GREEN value IS 59 (23.44% from 255) = 15.05%
BLUE value IS 172 (67.58% from 255) = 43.88%
R=41.07%
G=15.05%
B=43.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161591720.060.6600.33294.1648.9245.29
HexA13BAC642021126312d
Octal2417325461020414466155
Binary101000011110111010110011010000100100001100100110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13BAC; }

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

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

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

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

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

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

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

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