#A773AD

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

Shades of Violet Blue #A773AD

Tints of Violet Blue #A773AD

Color information

#A773AD (or 0xA773AD) is unknown color: approx Violet Blue. HEX triplet: A7, 73 and AD. RGB value is (167,115,173). Sum of RGB (Red+Green+Blue) = 167+115+173=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #A773AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A773AD is #588C52. Grayscale: #888888. Windows color (decimal): -5803091 or 11367335. OLE color: 11367335.

HSL color Cylindrical-coordinate representation of color #A773AD: hue angle of 293.79º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A773AD is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB167115173-
CMYK0.030.3400.32
HSL293.79º26.13%56.47%-
HSV(B)293.79º33.53%67.84%-
XYZ29.6123.4942.51-
YUV137.16148.23149.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.70%
GREEN value IS 115 (45.31% from 255) = 25.27%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=36.70%
G=25.27%
B=38.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671151730.030.3400.32293.7926.1356.47
HexA773AD3220201261a38
Octal2471632553420404463270
Binary1010011111100111010110111100010010000010010011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A773AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A773AD; }

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

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

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

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

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

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

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

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