#A579AA

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

Shades of Violet Blue #A579AA

Tints of Violet Blue #A579AA

Color information

#A579AA (or 0xA579AA) is unknown color: approx Violet Blue. HEX triplet: A5, 79 and AA. RGB value is (165,121,170). Sum of RGB (Red+Green+Blue) = 165+121+170=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #A579AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A579AA is #5A8655. Grayscale: #8B8B8B. Windows color (decimal): -5932630 or 11172261. OLE color: 11172261.

HSL color Cylindrical-coordinate representation of color #A579AA: hue angle of 293.88º degrees, saturation: 0.22, 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 #A579AA is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165121170-
CMYK0.030.2900.33
HSL293.88º22.37%57.06%-
HSV(B)293.88º28.82%66.67%-
XYZ29.6124.5841.21-
YUV139.74145.08146.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 121 (47.66% from 255) = 26.54%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=36.18%
G=26.54%
B=37.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651211700.030.2900.33293.8822.3757.06
HexA579AA31D0211261639
Octal2451712523350414462671
Binary101001011111001101010101111101010000110010011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A579AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A579AA; }

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

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

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

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

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

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

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

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