#A874AF

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

Shades of Violet Blue #A874AF

Tints of Violet Blue #A874AF

Color information

#A874AF (or 0xA874AF) is unknown color: approx Violet Blue. HEX triplet: A8, 74 and AF. RGB value is (168,116,175). Sum of RGB (Red+Green+Blue) = 168+116+175=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #A874AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A874AF is #578B50. Grayscale: #8A8A8A. Windows color (decimal): -5737297 or 11498664. OLE color: 11498664.

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

Color convert

RGB168116175-
CMYK0.040.3400.31
HSL292.88º26.94%57.06%-
HSV(B)292.88º33.71%68.63%-
XYZ30.1323.9143.58-
YUV138.27148.73149.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 116 (45.70% from 255) = 25.27%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=36.60%
G=25.27%
B=38.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681161750.040.3400.31292.8826.9457.06
HexA874AF42201F1251b39
Octal2501642574420374453371
Binary1010100011101001010111110010001001111110010010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A874AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A874AF; }

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

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

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

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

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

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

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

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