#A878AD

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

Shades of Violet Blue #A878AD

Tints of Violet Blue #A878AD

Color information

#A878AD (or 0xA878AD) is unknown color: approx Violet Blue. HEX triplet: A8, 78 and AD. RGB value is (168,120,173). Sum of RGB (Red+Green+Blue) = 168+120+173=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #A878AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A878AD is #578752. Grayscale: #8C8C8C. Windows color (decimal): -5736275 or 11368616. OLE color: 11368616.

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

Color convert

RGB168120173-
CMYK0.030.3100.32
HSL294.34º24.42%57.45%-
HSV(B)294.34º30.64%67.84%-
XYZ30.4124.7742.71-
YUV140.39146.4147.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 120 (47.27% from 255) = 26.03%
BLUE value IS 173 (67.97% from 255) = 37.53%
R=36.44%
G=26.03%
B=37.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681201730.030.3100.32294.3424.4257.45
HexA878AD31F0201261839
Octal2501702553370404463071
Binary101010001111000101011011111111010000010010011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A878AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A878AD; }

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

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

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

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

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

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

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

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