#A879AD

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

Shades of Violet Blue #A879AD

Tints of Violet Blue #A879AD

Color information

#A879AD (or 0xA879AD) is unknown color: approx Violet Blue. HEX triplet: A8, 79 and AD. RGB value is (168,121,173). Sum of RGB (Red+Green+Blue) = 168+121+173=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #A879AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A879AD is #578652. Grayscale: #8C8C8C. Windows color (decimal): -5736019 or 11368872. OLE color: 11368872.

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

Color convert

RGB168121173-
CMYK0.030.3000.32
HSL294.23º24.07%57.65%-
HSV(B)294.23º30.06%67.84%-
XYZ30.5325.0242.75-
YUV140.98146.07147.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=36.36%
G=26.19%
B=37.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681211730.030.3000.32294.2324.0757.65
HexA879AD31E020126183a
Octal2501712553360404463072
Binary101010001111001101011011111110010000010010011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A879AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A879AD; }

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

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

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

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

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

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

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

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