#A578AB

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

Shades of Violet Blue #A578AB

Tints of Violet Blue #A578AB

Color information

#A578AB (or 0xA578AB) is unknown color: approx Violet Blue. HEX triplet: A5, 78 and AB. RGB value is (165,120,171). Sum of RGB (Red+Green+Blue) = 165+120+171=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #A578AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A578AB is #5A8754. Grayscale: #8B8B8B. Windows color (decimal): -5932885 or 11237541. OLE color: 11237541.

HSL color Cylindrical-coordinate representation of color #A578AB: hue angle of 292.94º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A578AB is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165120171-
CMYK0.040.3000.33
HSL292.94º23.29%57.06%-
HSV(B)292.94º29.82%67.06%-
XYZ29.5824.3741.67-
YUV139.27145.91146.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 120 (47.27% from 255) = 26.32%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=36.18%
G=26.32%
B=37.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651201710.040.3000.33292.9423.2957.06
HexA578AB41E0211251739
Octal2451702534360414452771
Binary1010010111110001010101110011110010000110010010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A578AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A578AB; }

 p { color: rgb(165,120,171); }

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

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

 a { background-color: rgb(165,120,171); }

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

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

 span { border-color: rgb(165,120,171); }

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