#A777AD

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

Shades of Violet Blue #A777AD

Tints of Violet Blue #A777AD

Color information

#A777AD (or 0xA777AD) is unknown color: approx Violet Blue. HEX triplet: A7, 77 and AD. RGB value is (167,119,173). Sum of RGB (Red+Green+Blue) = 167+119+173=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #A777AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A777AD is #588852. Grayscale: #8B8B8B. Windows color (decimal): -5802067 or 11368359. OLE color: 11368359.

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

Color convert

RGB167119173-
CMYK0.030.3100.32
HSL293.33º24.77%57.25%-
HSV(B)293.33º31.21%67.84%-
XYZ30.0824.4342.66-
YUV139.51146.9147.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.38%
GREEN value IS 119 (46.88% from 255) = 25.93%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=36.38%
G=25.93%
B=37.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671191730.030.3100.32293.3324.7757.25
HexA777AD31F0201251939
Octal2471672553370404453171
Binary101001111110111101011011111111010000010010010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A777AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A777AD; }

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

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

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

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

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

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

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

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