#A874AD

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

Shades of Violet Blue #A874AD

Tints of Violet Blue #A874AD

Color information

#A874AD (or 0xA874AD) is unknown color: approx Violet Blue. HEX triplet: A8, 74 and AD. RGB value is (168,116,173). Sum of RGB (Red+Green+Blue) = 168+116+173=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #A874AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A874AD is #578B52. Grayscale: #898989. Windows color (decimal): -5737299 or 11367592. OLE color: 11367592.

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

Color convert

RGB168116173-
CMYK0.030.3300.32
HSL294.74º25.79%56.67%-
HSV(B)294.74º32.95%67.84%-
XYZ29.9423.8342.56-
YUV138.05147.73149.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.76%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=36.76%
G=25.38%
B=37.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681161730.030.3300.32294.7425.7956.67
HexA874AD3210201271a39
Octal2501642553410404473271
Binary1010100011101001010110111100001010000010010011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A874AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A874AD; }

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

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

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

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

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

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

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

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