#A877AB

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

Shades of Violet Blue #A877AB

Tints of Violet Blue #A877AB

Color information

#A877AB (or 0xA877AB) is unknown color: approx Violet Blue. HEX triplet: A8, 77 and AB. RGB value is (168,119,171). Sum of RGB (Red+Green+Blue) = 168+119+171=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #A877AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A877AB is #578854. Grayscale: #8B8B8B. Windows color (decimal): -5736533 or 11237288. OLE color: 11237288.

HSL color Cylindrical-coordinate representation of color #A877AB: hue angle of 296.54º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A877AB is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168119171-
CMYK0.020.3000.33
HSL296.54º23.64%56.86%-
HSV(B)296.54º30.41%67.06%-
XYZ30.124.4641.66-
YUV139.58145.73148.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.68%
GREEN value IS 119 (46.88% from 255) = 25.98%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=36.68%
G=25.98%
B=37.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681191710.020.3000.33296.5423.6456.86
HexA877AB21E0211291839
Octal2501672532360414513071
Binary101010001110111101010111011110010000110010100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A877AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A877AB; }

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

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

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

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

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

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

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

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