#a773a0

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

Shades of Violet Blue #A773A0

Tints of Violet Blue #A773A0

Color information

#A773A0 (or 0xA773A0) is unknown color: approx Violet Blue. HEX triplet: A7, 73 and A0. RGB value is (167,115,160). Sum of RGB (Red+Green+Blue) = 167+115+160=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 167 - color contains mainly: red. Hex color #A773A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A773A0 is #588C5F. Grayscale: #878787. Windows color (decimal): -5803104 or 10515367. OLE color: 10515367.

HSL color Cylindrical-coordinate representation of color #A773A0: hue angle of 308.08º 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 #A773A0 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB167115160-
CMYK00.310.040.35
HSL308.08º22.81%55.29%-
HSV(B)308.08º31.14%65.49%-
XYZ28.4123.0236.2-
YUV135.68141.73150.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.78%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 160 (62.89% from 255) = 36.20%
R=37.78%
G=26.02%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711516000.310.040.35308.0822.8155.29
HexA773A001F4231341737
Octal2471632400374434642767
Binary1010011111100111010000001111110010001110011010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a773a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a773a0; }

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

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

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

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

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

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

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

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