#A877AC

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

Shades of Violet Blue #A877AC

Tints of Violet Blue #A877AC

Color information

#A877AC (or 0xA877AC) is unknown color: approx Violet Blue. HEX triplet: A8, 77 and AC. RGB value is (168,119,172). Sum of RGB (Red+Green+Blue) = 168+119+172=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #A877AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A877AC is #578853. Grayscale: #8B8B8B. Windows color (decimal): -5736532 or 11302824. OLE color: 11302824.

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

Color convert

RGB168119172-
CMYK0.020.3100.33
HSL295.47º24.2%57.06%-
HSV(B)295.47º30.81%67.45%-
XYZ30.1924.542.17-
YUV139.69146.23148.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 119 (46.88% from 255) = 25.93%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=36.60%
G=25.93%
B=37.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681191720.020.3100.33295.4724.257.06
HexA877AC21F0211271839
Octal2501672542370414473071
Binary101010001110111101011001011111010000110010011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A877AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A877AC; }

 p { color: rgb(168,119,172); }

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

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

 a { background-color: rgb(168,119,172); }

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

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

 span { border-color: rgb(168,119,172); }

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