#A873AF

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

Shades of Violet Blue #A873AF

Tints of Violet Blue #A873AF

Color information

#A873AF (or 0xA873AF) is unknown color: approx Violet Blue. HEX triplet: A8, 73 and AF. RGB value is (168,115,175). Sum of RGB (Red+Green+Blue) = 168+115+175=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #A873AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A873AF is #578C50. Grayscale: #898989. Windows color (decimal): -5737553 or 11498408. OLE color: 11498408.

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

Color convert

RGB168115175-
CMYK0.040.3400.31
HSL293º27.27%56.86%-
HSV(B)293º34.29%68.63%-
XYZ30.0223.6843.55-
YUV137.69149.06149.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.68%
GREEN value IS 115 (45.31% from 255) = 25.11%
BLUE value IS 175 (68.75% from 255) = 38.21%
R=36.68%
G=25.11%
B=38.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681151750.040.3400.3129327.2756.86
HexA873AF42201F1251b39
Octal2501632574420374453371
Binary1010100011100111010111110010001001111110010010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A873AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A873AF; }

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

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

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

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

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

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

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

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