#A773A5

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

Shades of Violet Blue #A773A5

Tints of Violet Blue #A773A5

Color information

#A773A5 (or 0xA773A5) is unknown color: approx Violet Blue. HEX triplet: A7, 73 and A5. RGB value is (167,115,165). Sum of RGB (Red+Green+Blue) = 167+115+165=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 167 - color contains mainly: red. Hex color #A773A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A773A5 is #588C5A. Grayscale: #888888. Windows color (decimal): -5803099 or 10843047. OLE color: 10843047.

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

Color convert

RGB167115165-
CMYK00.310.010.35
HSL302.31º22.81%55.29%-
HSV(B)302.31º31.14%65.49%-
XYZ28.8623.1938.55-
YUV136.25144.23149.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.36%
GREEN value IS 115 (45.31% from 255) = 25.73%
BLUE value IS 165 (64.84% from 255) = 36.91%
R=37.36%
G=25.73%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711516500.310.010.35302.3122.8155.29
HexA773A501F12312e1737
Octal2471632450371434562767
Binary10100111111001110100101011111110001110010111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A773A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A773A5; }

 p { color: rgb(167,115,165); }

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

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

 a { background-color: rgb(167,115,165); }

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

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

 span { border-color: rgb(167,115,165); }

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