#A876AF

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

Shades of Violet Blue #A876AF

Tints of Violet Blue #A876AF

Color information

#A876AF (or 0xA876AF) is unknown color: approx Violet Blue. HEX triplet: A8, 76 and AF. RGB value is (168,118,175). Sum of RGB (Red+Green+Blue) = 168+118+175=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #A876AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A876AF is #578950. Grayscale: #8B8B8B. Windows color (decimal): -5736785 or 11499176. OLE color: 11499176.

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

Color convert

RGB168118175-
CMYK0.040.3300.31
HSL292.63º26.27%57.45%-
HSV(B)292.63º32.57%68.63%-
XYZ30.3624.3843.66-
YUV139.45148.06148.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 175 (68.75% from 255) = 37.96%
R=36.44%
G=25.60%
B=37.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681181750.040.3300.31292.6326.2757.45
HexA876AF42101F1251a39
Octal2501662574410374453271
Binary1010100011101101010111110010000101111110010010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A876AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A876AF; }

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

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

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

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

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

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

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

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