#A1489F

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

Shades of Violet Blue #A1489F

Tints of Violet Blue #A1489F

Color information

#A1489F (or 0xA1489F) is unknown color: approx Violet Blue. HEX triplet: A1, 48 and 9F. RGB value is (161,72,159). Sum of RGB (Red+Green+Blue) = 161+72+159=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A1489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1489F is #5EB760. Grayscale: #6C6C6C. Windows color (decimal): -6207329 or 10438817. OLE color: 10438817.

HSL color Cylindrical-coordinate representation of color #A1489F: hue angle of 301.35º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1489F is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB16172159-
CMYK00.550.010.37
HSL301.35º38.2%45.69%-
HSV(B)301.35º55.28%63.14%-
XYZ23.2714.7234.41-
YUV108.53156.49165.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.07%
GREEN value IS 72 (28.52% from 255) = 18.37%
BLUE value IS 159 (62.5% from 255) = 40.56%
R=41.07%
G=18.37%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617215900.550.010.37301.3538.245.69
HexA1489F03712512d262e
Octal2411102370671454554656
Binary1010000110010001001111101101111100101100101101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1489F; }

 p { color: rgb(161,72,159); }

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

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

 a { background-color: rgb(161,72,159); }

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

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

 span { border-color: rgb(161,72,159); }

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