#A13F97

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

Shades of Violet Blue #A13F97

Tints of Violet Blue #A13F97

Color information

#A13F97 (or 0xA13F97) is unknown color: approx Violet Blue. HEX triplet: A1, 3F and 97. RGB value is (161,63,151). Sum of RGB (Red+Green+Blue) = 161+63+151=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13F97 is #5EC068. Grayscale: #666666. Windows color (decimal): -6209641 or 9912225. OLE color: 9912225.

HSL color Cylindrical-coordinate representation of color #A13F97: hue angle of 306.12º 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 #A13F97 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB16163151-
CMYK00.610.060.37
HSL306.12º43.75%43.92%-
HSV(B)306.12º60.87%63.14%-
XYZ22.0613.3730.7-
YUV102.33155.47169.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 63 (25% from 255) = 16.8%
BLUE value IS 151 (59.38% from 255) = 40.27%
R=42.93%
G=16.8%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616315100.610.060.37306.1243.7543.92
HexA13F9703D6251322c2c
Octal241772270756454625454
Binary10100001111111100101110111101110100101100110010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13F97; }

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

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

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

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

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

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

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

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