#a13b96

Color #A13B96 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A13B96

Tints of Violet Blue #A13B96

Color information

#A13B96 (or 0xA13B96) is unknown color: approx Violet Blue. HEX triplet: A1, 3B and 96. RGB value is (161,59,150). Sum of RGB (Red+Green+Blue) = 161+59+150=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13B96 is #5EC469. Grayscale: #636363. Windows color (decimal): -6210666 or 9845665. OLE color: 9845665.

HSL color Cylindrical-coordinate representation of color #A13B96: hue angle of 306.47º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A13B96 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB16159150-
CMYK00.630.070.37
HSL306.47º46.36%43.14%-
HSV(B)306.47º63.35%63.14%-
XYZ21.7712.9130.2-
YUV99.87156.29171.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.51%
GREEN value IS 59 (23.44% from 255) = 15.95%
BLUE value IS 150 (58.98% from 255) = 40.54%
R=43.51%
G=15.95%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615915000.630.070.37306.4746.3643.14
HexA13B9603F7251322e2b
Octal241732260777454625653
Binary10100001111011100101100111111111100101100110010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a13b96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a13b96; }

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

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

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

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

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

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

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

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