#A777A5

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

Shades of Violet Blue #A777A5

Tints of Violet Blue #A777A5

Color information

#A777A5 (or 0xA777A5) is unknown color: approx Violet Blue. HEX triplet: A7, 77 and A5. RGB value is (167,119,165). Sum of RGB (Red+Green+Blue) = 167+119+165=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 167 - color contains mainly: red. Hex color #A777A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A777A5 is #58885A. Grayscale: #8A8A8A. Windows color (decimal): -5802075 or 10844071. OLE color: 10844071.

HSL color Cylindrical-coordinate representation of color #A777A5: hue angle of 302.5º 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 #A777A5 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB167119165-
CMYK00.290.010.35
HSL302.5º21.43%56.08%-
HSV(B)302.5º28.74%65.49%-
XYZ29.3224.1338.71-
YUV138.6142.9148.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.03%
GREEN value IS 119 (46.88% from 255) = 26.39%
BLUE value IS 165 (64.84% from 255) = 36.59%
R=37.03%
G=26.39%
B=36.59%

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
Decimal16711916500.290.010.35302.521.4356.08
HexA777A501D12312e1538
Octal2471672450351434562570
Binary10100111111011110100101011101110001110010111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A777A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A777A5; }

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

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

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

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

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

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

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

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