#A576A0

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

Shades of Violet Blue #A576A0

Tints of Violet Blue #A576A0

Color information

#A576A0 (or 0xA576A0) is unknown color: approx Violet Blue. HEX triplet: A5, 76 and A0. RGB value is (165,118,160). Sum of RGB (Red+Green+Blue) = 165+118+160=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 165 - color contains mainly: red. Hex color #A576A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A576A0 is #5A895F. Grayscale: #888888. Windows color (decimal): -5933408 or 10516133. OLE color: 10516133.

HSL color Cylindrical-coordinate representation of color #A576A0: hue angle of 306.38º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A576A0 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB165118160-
CMYK00.280.030.35
HSL306.38º20.7%55.49%-
HSV(B)306.38º28.48%64.71%-
XYZ28.3423.4936.3-
YUV136.84141.07148.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.25%
GREEN value IS 118 (46.48% from 255) = 26.64%
BLUE value IS 160 (62.89% from 255) = 36.12%
R=37.25%
G=26.64%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511816000.280.030.35306.3820.755.49
HexA576A001C3231321537
Octal2451662400343434622567
Binary101001011110110101000000111001110001110011001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A576A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A576A0; }

 p { color: rgb(165,118,160); }

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

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

 a { background-color: rgb(165,118,160); }

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

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

 span { border-color: rgb(165,118,160); }

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