#a13f9c

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

Shades of Violet Blue #A13F9C

Tints of Violet Blue #A13F9C

Color information

#A13F9C (or 0xA13F9C) is unknown color: approx Violet Blue. HEX triplet: A1, 3F and 9C. RGB value is (161,63,156). Sum of RGB (Red+Green+Blue) = 161+63+156=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13F9C is #5EC063. Grayscale: #666666. Windows color (decimal): -6209636 or 10239905. OLE color: 10239905.

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

Color convert

RGB16163156-
CMYK00.610.030.37
HSL303.06º43.75%43.92%-
HSV(B)303.06º60.87%63.14%-
XYZ22.4813.5332.88-
YUV102.9157.97169.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.37%
GREEN value IS 63 (25% from 255) = 16.58%
BLUE value IS 156 (61.33% from 255) = 41.05%
R=42.37%
G=16.58%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616315600.610.030.37303.0643.7543.92
HexA13F9C03D32512f2c2c
Octal241772340753454575454
Binary1010000111111110011100011110111100101100101111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a13f9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a13f9c; }

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

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

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

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

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

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

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

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