#A773A2

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

Shades of Violet Blue #A773A2

Tints of Violet Blue #A773A2

Color information

#A773A2 (or 0xA773A2) is unknown color: approx Violet Blue. HEX triplet: A7, 73 and A2. RGB value is (167,115,162). Sum of RGB (Red+Green+Blue) = 167+115+162=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 167 - color contains mainly: red. Hex color #A773A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A773A2 is #588C5D. Grayscale: #878787. Windows color (decimal): -5803102 or 10646439. OLE color: 10646439.

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

Color convert

RGB167115162-
CMYK00.310.030.35
HSL305.77º22.81%55.29%-
HSV(B)305.77º31.14%65.49%-
XYZ28.5923.0937.13-
YUV135.91142.73150.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.61%
GREEN value IS 115 (45.31% from 255) = 25.90%
BLUE value IS 162 (63.67% from 255) = 36.49%
R=37.61%
G=25.90%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711516200.310.030.35305.7722.8155.29
HexA773A201F3231321737
Octal2471632420373434622767
Binary101001111110011101000100111111110001110011001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A773A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A773A2; }

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

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

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

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

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

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

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

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