#A877AD

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

Shades of Violet Blue #A877AD

Tints of Violet Blue #A877AD

Color information

#A877AD (or 0xA877AD) is unknown color: approx Violet Blue. HEX triplet: A8, 77 and AD. RGB value is (168,119,173). Sum of RGB (Red+Green+Blue) = 168+119+173=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #A877AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A877AD is #578852. Grayscale: #8B8B8B. Windows color (decimal): -5736531 or 11368360. OLE color: 11368360.

HSL color Cylindrical-coordinate representation of color #A877AD: hue angle of 294.44º degrees, saturation: 0.25, 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 #A877AD is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168119173-
CMYK0.030.3100.32
HSL294.44º24.77%57.25%-
HSV(B)294.44º31.21%67.84%-
XYZ30.2924.5442.67-
YUV139.81146.73148.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.52%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=36.52%
G=25.87%
B=37.61%

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
Decimal1681191730.030.3100.32294.4424.7757.25
HexA877AD31F0201261939
Octal2501672553370404463171
Binary101010001110111101011011111111010000010010011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A877AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A877AD; }

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

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

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

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

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

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

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

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