#A579AB

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

Shades of Violet Blue #A579AB

Tints of Violet Blue #A579AB

Color information

#A579AB (or 0xA579AB) is unknown color: approx Violet Blue. HEX triplet: A5, 79 and AB. RGB value is (165,121,171). Sum of RGB (Red+Green+Blue) = 165+121+171=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #A579AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A579AB is #5A8654. Grayscale: #8B8B8B. Windows color (decimal): -5932629 or 11237797. OLE color: 11237797.

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

Color convert

RGB165121171-
CMYK0.040.2900.33
HSL292.8º22.94%57.25%-
HSV(B)292.8º29.24%67.06%-
XYZ29.7124.6141.71-
YUV139.86145.58145.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.11%
GREEN value IS 121 (47.66% from 255) = 26.48%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=36.11%
G=26.48%
B=37.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651211710.040.2900.33292.822.9457.25
HexA579AB41D0211251739
Octal2451712534350414452771
Binary1010010111110011010101110011101010000110010010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A579AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A579AB; }

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

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

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

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

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

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

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

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