#A772AA

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

Shades of Violet Blue #A772AA

Tints of Violet Blue #A772AA

Color information

#A772AA (or 0xA772AA) is unknown color: approx Violet Blue. HEX triplet: A7, 72 and AA. RGB value is (167,114,170). Sum of RGB (Red+Green+Blue) = 167+114+170=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #A772AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A772AA is #588D55. Grayscale: #888888. Windows color (decimal): -5803350 or 11170471. OLE color: 11170471.

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

Color convert

RGB167114170-
CMYK0.020.3300.33
HSL296.79º24.78%55.69%-
HSV(B)296.79º32.94%66.67%-
XYZ29.2123.1540.96-
YUV136.23147.06149.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.03%
GREEN value IS 114 (44.92% from 255) = 25.28%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=37.03%
G=25.28%
B=37.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671141700.020.3300.33296.7924.7855.69
HexA772AA2210211291938
Octal2471622522410414513170
Binary1010011111100101010101010100001010000110010100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A772AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A772AA; }

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

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

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

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

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

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

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

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