#A874AA

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

Shades of Violet Blue #A874AA

Tints of Violet Blue #A874AA

Color information

#A874AA (or 0xA874AA) is unknown color: approx Violet Blue. HEX triplet: A8, 74 and AA. RGB value is (168,116,170). Sum of RGB (Red+Green+Blue) = 168+116+170=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #A874AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A874AA is #578B55. Grayscale: #898989. Windows color (decimal): -5737302 or 11170984. OLE color: 11170984.

HSL color Cylindrical-coordinate representation of color #A874AA: hue angle of 297.78º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A874AA is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168116170-
CMYK0.010.3200.33
HSL297.78º24.11%56.08%-
HSV(B)297.78º31.76%66.67%-
XYZ29.6523.7241.05-
YUV137.7146.23149.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.00%
GREEN value IS 116 (45.70% from 255) = 25.55%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=37.00%
G=25.55%
B=37.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681161700.010.3200.33297.7824.1156.08
HexA874AA12002112a1838
Octal2501642521400414523070
Binary101010001110100101010101100000010000110010101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A874AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A874AA; }

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

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

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

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

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

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

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

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