#A13897

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

Shades of Violet Blue #A13897

Tints of Violet Blue #A13897

Color information

#A13897 (or 0xA13897) is unknown color: approx Violet Blue. HEX triplet: A1, 38 and 97. RGB value is (161,56,151). Sum of RGB (Red+Green+Blue) = 161+56+151=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A13897 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13897 is #5EC768. Grayscale: #616161. Windows color (decimal): -6211433 or 9910433. OLE color: 9910433.

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

Color convert

RGB16156151-
CMYK00.650.060.37
HSL305.71º48.39%42.55%-
HSV(B)305.71º65.22%63.14%-
XYZ21.712.6430.57-
YUV98.22157.79172.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.75%
GREEN value IS 56 (22.27% from 255) = 15.22%
BLUE value IS 151 (59.38% from 255) = 41.03%
R=43.75%
G=15.22%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615615100.650.060.37305.7148.3942.55
HexA13897041625132302b
Octal2417022701016454626053
Binary101000011110001001011101000001110100101100110010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13897; }

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

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

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

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

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

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

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

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