#A872AA

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

Shades of Violet Blue #A872AA

Tints of Violet Blue #A872AA

Color information

#A872AA (or 0xA872AA) is unknown color: approx Violet Blue. HEX triplet: A8, 72 and AA. RGB value is (168,114,170). Sum of RGB (Red+Green+Blue) = 168+114+170=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #A872AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A872AA is #578D55. Grayscale: #888888. Windows color (decimal): -5737814 or 11170472. OLE color: 11170472.

HSL color Cylindrical-coordinate representation of color #A872AA: hue angle of 297.86º degrees, saturation: 0.25, 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 #A872AA is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168114170-
CMYK0.010.3300.33
HSL297.86º24.78%55.69%-
HSV(B)297.86º32.94%66.67%-
XYZ29.4223.2640.97-
YUV136.53146.89150.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.17%
GREEN value IS 114 (44.92% from 255) = 25.22%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=37.17%
G=25.22%
B=37.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681141700.010.3300.33297.8624.7855.69
HexA872AA12102112a1938
Octal2501622521410414523170
Binary101010001110010101010101100001010000110010101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A872AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A872AA; }

 p { color: rgb(168,114,170); }

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

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

 a { background-color: rgb(168,114,170); }

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

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

 span { border-color: rgb(168,114,170); }

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