#A872AF

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

Shades of Violet Blue #A872AF

Tints of Violet Blue #A872AF

Color information

#A872AF (or 0xA872AF) is unknown color: approx Violet Blue. HEX triplet: A8, 72 and AF. RGB value is (168,114,175). Sum of RGB (Red+Green+Blue) = 168+114+175=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #A872AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A872AF is #578D50. Grayscale: #888888. Windows color (decimal): -5737809 or 11498152. OLE color: 11498152.

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

Color convert

RGB168114175-
CMYK0.040.3500.31
HSL293.11º27.6%56.67%-
HSV(B)293.11º34.86%68.63%-
XYZ29.923.4543.51-
YUV137.1149.39150.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.76%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=36.76%
G=24.95%
B=38.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681141750.040.3500.31293.1127.656.67
HexA872AF42301F1251c39
Octal2501622574430374453471
Binary1010100011100101010111110010001101111110010010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A872AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A872AF; }

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

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

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

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

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

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

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

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