#A3588F

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

Shades of Violet Blue #A3588F

Tints of Violet Blue #A3588F

Color information

#A3588F (or 0xA3588F) is unknown color: approx Violet Blue. HEX triplet: A3, 58 and 8F. RGB value is (163,88,143). Sum of RGB (Red+Green+Blue) = 163+88+143=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A3588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3588F is #5CA770. Grayscale: #747474. Windows color (decimal): -6072177 or 9394339. OLE color: 9394339.

HSL color Cylindrical-coordinate representation of color #A3588F: hue angle of 316º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3588F is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16388143-
CMYK00.460.120.36
HSL316º29.88%49.22%-
HSV(B)316º46.01%63.92%-
XYZ23.5516.7527.98-
YUV116.7142.85161.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.37%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 143 (56.25% from 255) = 36.29%
R=41.37%
G=22.34%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638814300.460.120.3631629.8849.22
HexA3588F02EC2413c1e31
Octal24313021705614444743661
Binary101000111011000100011110101110110010010010011110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3588F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3588F; }

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

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

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

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

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

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

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

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