#A13C9D

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

Shades of Violet Blue #A13C9D

Tints of Violet Blue #A13C9D

Color information

#A13C9D (or 0xA13C9D) is unknown color: approx Violet Blue. HEX triplet: A1, 3C and 9D. RGB value is (161,60,157). Sum of RGB (Red+Green+Blue) = 161+60+157=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13C9D is #5EC362. Grayscale: #646464. Windows color (decimal): -6210403 or 10304673. OLE color: 10304673.

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

Color convert

RGB16160157-
CMYK00.630.020.37
HSL302.38º45.7%43.33%-
HSV(B)302.38º62.73%63.14%-
XYZ22.413.2433.27-
YUV101.26159.46170.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.59%
GREEN value IS 60 (23.83% from 255) = 15.87%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=42.59%
G=15.87%
B=41.53%

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
Decimal1616015700.630.020.37302.3845.743.33
HexA13C9D03F22512e2e2b
Octal241742350772454565653
Binary1010000111110010011101011111110100101100101110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13C9D; }

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

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

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

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

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

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

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

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