#a1389e

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

Shades of Violet Blue #A1389E

Tints of Violet Blue #A1389E

Color information

#A1389E (or 0xA1389E) is unknown color: approx Violet Blue. HEX triplet: A1, 38 and 9E. RGB value is (161,56,158). Sum of RGB (Red+Green+Blue) = 161+56+158=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A1389E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1389E is #5EC761. Grayscale: #626262. Windows color (decimal): -6211426 or 10369185. OLE color: 10369185.

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

Color convert

RGB16156158-
CMYK00.650.020.37
HSL301.71º48.39%42.55%-
HSV(B)301.71º65.22%63.14%-
XYZ22.2812.8733.66-
YUV99.02161.29172.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 56 (22.27% from 255) = 14.93%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=42.93%
G=14.93%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615615800.650.020.37301.7148.3942.55
HexA1389E04122512e302b
Octal2417023601012454566053
Binary10100001111000100111100100000110100101100101110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1389e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1389e; }

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

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

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

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

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

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

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

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