#A13F9F

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

Shades of Violet Blue #A13F9F

Tints of Violet Blue #A13F9F

Color information

#A13F9F (or 0xA13F9F) is unknown color: approx Violet Blue. HEX triplet: A1, 3F and 9F. RGB value is (161,63,159). Sum of RGB (Red+Green+Blue) = 161+63+159=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13F9F is #5EC060. Grayscale: #666666. Windows color (decimal): -6209633 or 10436513. OLE color: 10436513.

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

Color convert

RGB16163159-
CMYK00.610.010.37
HSL301.22º43.75%43.92%-
HSV(B)301.22º60.87%63.14%-
XYZ22.7313.6434.23-
YUV103.25159.47169.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.04%
GREEN value IS 63 (25% from 255) = 16.45%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=42.04%
G=16.45%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616315900.610.010.37301.2243.7543.92
HexA13F9F03D12512d2c2c
Octal241772370751454555454
Binary101000011111111001111101111011100101100101101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13F9F; }

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

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

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

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

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

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

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

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