#A876AD

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

Shades of Violet Blue #A876AD

Tints of Violet Blue #A876AD

Color information

#A876AD (or 0xA876AD) is unknown color: approx Violet Blue. HEX triplet: A8, 76 and AD. RGB value is (168,118,173). Sum of RGB (Red+Green+Blue) = 168+118+173=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 118 (46.48% from 255 or 25.71% 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 #A876AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A876AD is #578952. Grayscale: #8B8B8B. Windows color (decimal): -5736787 or 11368104. OLE color: 11368104.

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

Color convert

RGB168118173-
CMYK0.030.3200.32
HSL294.55º25.11%57.06%-
HSV(B)294.55º31.79%67.84%-
XYZ30.1724.342.64-
YUV139.22147.06148.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 118 (46.48% from 255) = 25.71%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=36.60%
G=25.71%
B=37.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681181730.030.3200.32294.5525.1157.06
HexA876AD3200201271939
Octal2501662553400404473171
Binary1010100011101101010110111100000010000010010011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A876AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A876AD; }

 p { color: rgb(168,118,173); }

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

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

 a { background-color: rgb(168,118,173); }

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

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

 span { border-color: rgb(168,118,173); }

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