#A578AA

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

Shades of Violet Blue #A578AA

Tints of Violet Blue #A578AA

Color information

#A578AA (or 0xA578AA) is unknown color: approx Violet Blue. HEX triplet: A5, 78 and AA. RGB value is (165,120,170). Sum of RGB (Red+Green+Blue) = 165+120+170=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: blue. Hex color #A578AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A578AA is #5A8755. Grayscale: #8B8B8B. Windows color (decimal): -5932886 or 11172005. OLE color: 11172005.

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

Color convert

RGB165120170-
CMYK0.030.2900.33
HSL294º22.73%56.86%-
HSV(B)294º29.41%66.67%-
XYZ29.4924.3341.17-
YUV139.16145.41146.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 120 (47.27% from 255) = 26.37%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=36.26%
G=26.37%
B=37.36%

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
Decimal1651201700.030.2900.3329422.7356.86
HexA578AA31D0211261739
Octal2451702523350414462771
Binary101001011111000101010101111101010000110010011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A578AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A578AA; }

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

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

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

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

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

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

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

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