#A13C9E

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

Shades of Violet Blue #A13C9E

Tints of Violet Blue #A13C9E

Color information

#A13C9E (or 0xA13C9E) is unknown color: approx Violet Blue. HEX triplet: A1, 3C and 9E. RGB value is (161,60,158). Sum of RGB (Red+Green+Blue) = 161+60+158=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13C9E is #5EC361. Grayscale: #656565. Windows color (decimal): -6210402 or 10370209. OLE color: 10370209.

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

Color convert

RGB16160158-
CMYK00.630.020.37
HSL301.78º45.7%43.33%-
HSV(B)301.78º62.73%63.14%-
XYZ22.4913.2833.73-
YUV101.37159.96170.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.48%
GREEN value IS 60 (23.83% from 255) = 15.83%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=42.48%
G=15.83%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616015800.630.020.37301.7845.743.33
HexA13C9E03F22512e2e2b
Octal241742360772454565653
Binary1010000111110010011110011111110100101100101110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13C9E; }

 p { color: rgb(161,60,158); }

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

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

 a { background-color: rgb(161,60,158); }

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

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

 span { border-color: rgb(161,60,158); }

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