#A13996

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

Shades of Violet Blue #A13996

Tints of Violet Blue #A13996

Color information

#A13996 (or 0xA13996) is unknown color: approx Violet Blue. HEX triplet: A1, 39 and 96. RGB value is (161,57,150). Sum of RGB (Red+Green+Blue) = 161+57+150=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A13996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13996 is #5EC669. Grayscale: #626262. Windows color (decimal): -6211178 or 9845153. OLE color: 9845153.

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

Color convert

RGB16157150-
CMYK00.650.070.37
HSL306.35º47.71%42.75%-
HSV(B)306.35º64.6%63.14%-
XYZ21.6712.7130.16-
YUV98.7156.96172.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.75%
GREEN value IS 57 (22.66% from 255) = 15.49%
BLUE value IS 150 (58.98% from 255) = 40.76%
R=43.75%
G=15.49%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615715000.650.070.37306.3547.7142.75
HexA13996041725132302b
Octal2417122601017454626053
Binary101000011110011001011001000001111100101100110010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13996; }

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

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

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

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

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

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

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

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