#A873AC

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

Shades of Violet Blue #A873AC

Tints of Violet Blue #A873AC

Color information

#A873AC (or 0xA873AC) is unknown color: approx Violet Blue. HEX triplet: A8, 73 and AC. RGB value is (168,115,172). Sum of RGB (Red+Green+Blue) = 168+115+172=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #A873AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A873AC is #578C53. Grayscale: #898989. Windows color (decimal): -5737556 or 11301800. OLE color: 11301800.

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

Color convert

RGB168115172-
CMYK0.020.3300.33
HSL295.79º25.56%56.27%-
HSV(B)295.79º33.14%67.45%-
XYZ29.7323.5642.01-
YUV137.34147.56149.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.92%
GREEN value IS 115 (45.31% from 255) = 25.27%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=36.92%
G=25.27%
B=37.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681151720.020.3300.33295.7925.5656.27
HexA873AC2210211281a38
Octal2501632542410414503270
Binary1010100011100111010110010100001010000110010100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A873AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A873AC; }

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

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

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

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

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

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

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

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