#A776AE

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

Shades of Violet Blue #A776AE

Tints of Violet Blue #A776AE

Color information

#A776AE (or 0xA776AE) is unknown color: approx Violet Blue. HEX triplet: A7, 76 and AE. RGB value is (167,118,174). Sum of RGB (Red+Green+Blue) = 167+118+174=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: blue. Hex color #A776AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A776AE is #588951. Grayscale: #8A8A8A. Windows color (decimal): -5802322 or 11433639. OLE color: 11433639.

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

Color convert

RGB167118174-
CMYK0.040.3200.32
HSL292.5º25.69%57.25%-
HSV(B)292.5º32.18%68.24%-
XYZ30.0524.2343.14-
YUV139.04147.73147.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.38%
GREEN value IS 118 (46.48% from 255) = 25.71%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=36.38%
G=25.71%
B=37.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671181740.040.3200.32292.525.6957.25
HexA776AE4200201241a39
Octal2471662564400404443271
Binary10100111111011010101110100100000010000010010010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A776AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A776AE; }

 p { color: rgb(167,118,174); }

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

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

 a { background-color: rgb(167,118,174); }

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

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

 span { border-color: rgb(167,118,174); }

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