#A872AE

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

Shades of Violet Blue #A872AE

Tints of Violet Blue #A872AE

Color information

#A872AE (or 0xA872AE) is unknown color: approx Violet Blue. HEX triplet: A8, 72 and AE. RGB value is (168,114,174). Sum of RGB (Red+Green+Blue) = 168+114+174=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #A872AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A872AE is #578D51. Grayscale: #888888. Windows color (decimal): -5737810 or 11432616. OLE color: 11432616.

HSL color Cylindrical-coordinate representation of color #A872AE: hue angle of 294º degrees, saturation: 0.27, 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 #A872AE is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168114174-
CMYK0.030.3400.32
HSL294º27.03%56.47%-
HSV(B)294º34.48%68.24%-
XYZ29.8123.4242.99-
YUV136.99148.89150.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.84%
GREEN value IS 114 (44.92% from 255) = 25%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=36.84%
G=25%
B=38.16%

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
Decimal1681141740.030.3400.3229427.0356.47
HexA872AE3220201261b38
Octal2501622563420404463370
Binary1010100011100101010111011100010010000010010011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A872AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A872AE; }

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

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

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

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

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

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

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

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