#A77AAA

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

Shades of Violet Blue #A77AAA

Tints of Violet Blue #A77AAA

Color information

#A77AAA (or 0xA77AAA) is unknown color: approx Violet Blue. HEX triplet: A7, 7A and AA. RGB value is (167,122,170). Sum of RGB (Red+Green+Blue) = 167+122+170=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #A77AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77AAA is #588555. Grayscale: #8C8C8C. Windows color (decimal): -5801302 or 11172519. OLE color: 11172519.

HSL color Cylindrical-coordinate representation of color #A77AAA: hue angle of 296.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A77AAA is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167122170-
CMYK0.020.2800.33
HSL296.25º22.02%57.25%-
HSV(B)296.25º28.24%66.67%-
XYZ30.1525.0441.27-
YUV140.93144.41146.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.38%
GREEN value IS 122 (48.05% from 255) = 26.58%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=36.38%
G=26.58%
B=37.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671221700.020.2800.33296.2522.0257.25
HexA77AAA21C0211281639
Octal2471722522340414502671
Binary101001111111010101010101011100010000110010100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77AAA; }

 p { color: rgb(167,122,170); }

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

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

 a { background-color: rgb(167,122,170); }

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

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

 span { border-color: rgb(167,122,170); }

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