#a13a98

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

Shades of Violet Blue #A13A98

Tints of Violet Blue #A13A98

Color information

#A13A98 (or 0xA13A98) is unknown color: approx Violet Blue. HEX triplet: A1, 3A and 98. RGB value is (161,58,152). Sum of RGB (Red+Green+Blue) = 161+58+152=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13A98 is #5EC567. Grayscale: #636363. Windows color (decimal): -6210920 or 9976481. OLE color: 9976481.

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

Color convert

RGB16158152-
CMYK00.640.060.37
HSL305.24º47.03%42.94%-
HSV(B)305.24º63.98%63.14%-
XYZ21.8812.8731.04-
YUV99.51157.62171.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 58 (23.05% from 255) = 15.63%
BLUE value IS 152 (59.77% from 255) = 40.97%
R=43.40%
G=15.63%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615815200.640.060.37305.2447.0342.94
HexA13A980406251312f2b
Octal2417223001006454615753
Binary101000011110101001100001000000110100101100110001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a13a98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a13a98; }

 p { color: rgb(161,58,152); }

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

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

 a { background-color: rgb(161,58,152); }

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

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

 span { border-color: rgb(161,58,152); }

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