#A1399B

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

Shades of Violet Blue #A1399B

Tints of Violet Blue #A1399B

Color information

#A1399B (or 0xA1399B) is unknown color: approx Violet Blue. HEX triplet: A1, 39 and 9B. RGB value is (161,57,155). Sum of RGB (Red+Green+Blue) = 161+57+155=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A1399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1399B is #5EC664. Grayscale: #626262. Windows color (decimal): -6211173 or 10172833. OLE color: 10172833.

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

Color convert

RGB16157155-
CMYK00.650.040.37
HSL303.46º47.71%42.75%-
HSV(B)303.46º64.6%63.14%-
XYZ22.0812.8732.33-
YUV99.27159.46172.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 57 (22.66% from 255) = 15.28%
BLUE value IS 155 (60.94% from 255) = 41.55%
R=43.16%
G=15.28%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615715500.650.040.37303.4647.7142.75
HexA1399B04142512f302b
Octal2417123301014454576053
Binary101000011110011001101101000001100100101100101111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1399B; }

 p { color: rgb(161,57,155); }

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

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

 a { background-color: rgb(161,57,155); }

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

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

 span { border-color: rgb(161,57,155); }

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