#A873AD

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

Shades of Violet Blue #A873AD

Tints of Violet Blue #A873AD

Color information

#A873AD (or 0xA873AD) is unknown color: approx Violet Blue. HEX triplet: A8, 73 and AD. RGB value is (168,115,173). Sum of RGB (Red+Green+Blue) = 168+115+173=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #A873AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A873AD is #578C52. Grayscale: #898989. Windows color (decimal): -5737555 or 11367336. OLE color: 11367336.

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

Color convert

RGB168115173-
CMYK0.030.3400.32
HSL294.83º26.13%56.47%-
HSV(B)294.83º33.53%67.84%-
XYZ29.8223.642.52-
YUV137.46148.06149.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.84%
GREEN value IS 115 (45.31% from 255) = 25.22%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=36.84%
G=25.22%
B=37.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681151730.030.3400.32294.8326.1356.47
HexA873AD3220201271a38
Octal2501632553420404473270
Binary1010100011100111010110111100010010000010010011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A873AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A873AD; }

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

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

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

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

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

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

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

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