#A1588F

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

Shades of Violet Blue #A1588F

Tints of Violet Blue #A1588F

Color information

#A1588F (or 0xA1588F) is unknown color: approx Violet Blue. HEX triplet: A1, 58 and 8F. RGB value is (161,88,143). Sum of RGB (Red+Green+Blue) = 161+88+143=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A1588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1588F is #5EA770. Grayscale: #737373. Windows color (decimal): -6203249 or 9394337. OLE color: 9394337.

HSL color Cylindrical-coordinate representation of color #A1588F: hue angle of 314.79º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1588F is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16188143-
CMYK00.450.110.37
HSL314.79º29.32%48.82%-
HSV(B)314.79º45.34%63.14%-
XYZ23.1516.5427.96-
YUV116.1143.18160.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.07%
GREEN value IS 88 (34.77% from 255) = 22.45%
BLUE value IS 143 (56.25% from 255) = 36.48%
R=41.07%
G=22.45%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618814300.450.110.37314.7929.3248.82
HexA1588F02DB2513b1d31
Octal24113021705513454733561
Binary101000011011000100011110101101101110010110011101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1588F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1588F; }

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

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

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

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

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

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

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

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