#A777AB

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

Shades of Violet Blue #A777AB

Tints of Violet Blue #A777AB

Color information

#A777AB (or 0xA777AB) is unknown color: approx Violet Blue. HEX triplet: A7, 77 and AB. RGB value is (167,119,171). Sum of RGB (Red+Green+Blue) = 167+119+171=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #A777AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A777AB is #588854. Grayscale: #8B8B8B. Windows color (decimal): -5802069 or 11237287. OLE color: 11237287.

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

Color convert

RGB167119171-
CMYK0.020.3000.33
HSL295.38º23.64%56.86%-
HSV(B)295.38º30.41%67.06%-
XYZ29.8824.3541.65-
YUV139.28145.9147.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.54%
GREEN value IS 119 (46.88% from 255) = 26.04%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=36.54%
G=26.04%
B=37.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671191710.020.3000.33295.3823.6456.86
HexA777AB21E0211271839
Octal2471672532360414473071
Binary101001111110111101010111011110010000110010011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A777AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A777AB; }

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

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

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

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

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

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

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

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