#A1389B

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

Shades of Violet Blue #A1389B

Tints of Violet Blue #A1389B

Color information

#A1389B (or 0xA1389B) is unknown color: approx Violet Blue. HEX triplet: A1, 38 and 9B. RGB value is (161,56,155). Sum of RGB (Red+Green+Blue) = 161+56+155=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A1389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1389B is #5EC764. Grayscale: #626262. Windows color (decimal): -6211429 or 10172577. OLE color: 10172577.

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

Color convert

RGB16156155-
CMYK00.650.040.37
HSL303.43º48.39%42.55%-
HSV(B)303.43º65.22%63.14%-
XYZ22.0312.7732.31-
YUV98.68159.79172.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.28%
GREEN value IS 56 (22.27% from 255) = 15.05%
BLUE value IS 155 (60.94% from 255) = 41.67%
R=43.28%
G=15.05%
B=41.67%

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
Decimal1615615500.650.040.37303.4348.3942.55
HexA1389B04142512f302b
Octal2417023301014454576053
Binary101000011110001001101101000001100100101100101111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1389B; }

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

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

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

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

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

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

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

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