#A5578F

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

Shades of Violet Blue #A5578F

Tints of Violet Blue #A5578F

Color information

#A5578F (or 0xA5578F) is unknown color: approx Violet Blue. HEX triplet: A5, 57 and 8F. RGB value is (165,87,143). Sum of RGB (Red+Green+Blue) = 165+87+143=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A5578F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5578F is #5AA870. Grayscale: #747474. Windows color (decimal): -5941361 or 9394085. OLE color: 9394085.

HSL color Cylindrical-coordinate representation of color #A5578F: hue angle of 316.92º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5578F is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB16587143-
CMYK00.470.130.35
HSL316.92º30.95%49.41%-
HSV(B)316.92º47.27%64.71%-
XYZ23.8816.827.97-
YUV116.71142.84162.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 87 (34.38% from 255) = 22.03%
BLUE value IS 143 (56.25% from 255) = 36.20%
R=41.77%
G=22.03%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658714300.470.130.35316.9230.9549.41
HexA5578F02FD2313d1f31
Octal24512721705715434753761
Binary101001011010111100011110101111110110001110011110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5578F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5578F; }

 p { color: rgb(165,87,143); }

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

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

 a { background-color: rgb(165,87,143); }

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

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

 span { border-color: rgb(165,87,143); }

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