#A777A6

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

Shades of Violet Blue #A777A6

Tints of Violet Blue #A777A6

Color information

#A777A6 (or 0xA777A6) is unknown color: approx Violet Blue. HEX triplet: A7, 77 and A6. RGB value is (167,119,166). Sum of RGB (Red+Green+Blue) = 167+119+166=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 167 - color contains mainly: red. Hex color #A777A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A777A6 is #588859. Grayscale: #8A8A8A. Windows color (decimal): -5802074 or 10909607. OLE color: 10909607.

HSL color Cylindrical-coordinate representation of color #A777A6: hue angle of 301.25º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A777A6 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB167119166-
CMYK00.290.010.35
HSL301.25º21.43%56.08%-
HSV(B)301.25º28.74%65.49%-
XYZ29.4224.1639.19-
YUV138.71143.4148.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.95%
GREEN value IS 119 (46.88% from 255) = 26.33%
BLUE value IS 166 (65.23% from 255) = 36.73%
R=36.95%
G=26.33%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711916600.290.010.35301.2521.4356.08
HexA777A601D12312d1538
Octal2471672460351434552570
Binary10100111111011110100110011101110001110010110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A777A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A777A6; }

 p { color: rgb(167,119,166); }

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

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

 a { background-color: rgb(167,119,166); }

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

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

 span { border-color: rgb(167,119,166); }

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