#A1488F

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

Shades of Violet Blue #A1488F

Tints of Violet Blue #A1488F

Color information

#A1488F (or 0xA1488F) is unknown color: approx Violet Blue. HEX triplet: A1, 48 and 8F. RGB value is (161,72,143). Sum of RGB (Red+Green+Blue) = 161+72+143=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A1488F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1488F is #5EB770. Grayscale: #6A6A6A. Windows color (decimal): -6207345 or 9390241. OLE color: 9390241.

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

Color convert

RGB16172143-
CMYK00.550.110.37
HSL312.13º38.2%45.69%-
HSV(B)312.13º55.28%63.14%-
XYZ21.9714.1927.57-
YUV106.7148.49166.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.82%
GREEN value IS 72 (28.52% from 255) = 19.15%
BLUE value IS 143 (56.25% from 255) = 38.03%
R=42.82%
G=19.15%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617214300.550.110.37312.1338.245.69
HexA1488F037B25138262e
Octal24111021706713454704656
Binary1010000110010001000111101101111011100101100111000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1488F; }

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

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

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

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

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

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

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

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