#A881BB

Color #A881BB East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A881BB

Tints of East Side #A881BB

Color information

#A881BB (or 0xA881BB) is unknown color: approx East Side. HEX triplet: A8, 81 and BB. RGB value is (168,129,187). Sum of RGB (Red+Green+Blue) = 168+129+187=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #A881BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A881BB is #577E44. Grayscale: #939393. Windows color (decimal): -5733957 or 12288424. OLE color: 12288424.

HSL color Cylindrical-coordinate representation of color #A881BB: hue angle of 280.34º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A881BB is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168129187-
CMYK0.100.3100.27
HSL280.34º29.9%61.96%-
HSV(B)280.34º31.02%73.33%-
XYZ32.9727.6150.61-
YUV147.27150.42142.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.71%
GREEN value IS 129 (50.78% from 255) = 26.65%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=34.71%
G=26.65%
B=38.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681291870.100.3100.27280.3429.961.96
HexA881BBA1F01B1181e3e
Octal25020127312370334303676
Binary10101000100000011011101110101111101101110001100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A881BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A881BB; }

 p { color: rgb(168,129,187); }

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

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

 a { background-color: rgb(168,129,187); }

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

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

 span { border-color: rgb(168,129,187); }

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