#A881BD

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

Shades of East Side #A881BD

Tints of East Side #A881BD

Color information

#A881BD (or 0xA881BD) is unknown color: approx East Side. HEX triplet: A8, 81 and BD. RGB value is (168,129,189). Sum of RGB (Red+Green+Blue) = 168+129+189=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #A881BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A881BD is #577E42. Grayscale: #939393. Windows color (decimal): -5733955 or 12419496. OLE color: 12419496.

HSL color Cylindrical-coordinate representation of color #A881BD: hue angle of 279º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A881BD is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168129189-
CMYK0.110.3200.26
HSL279º31.25%62.35%-
HSV(B)279º31.75%74.12%-
XYZ33.1827.751.74-
YUV147.5151.42142.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.57%
GREEN value IS 129 (50.78% from 255) = 26.54%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=34.57%
G=26.54%
B=38.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681291890.110.3200.2627931.2562.35
HexA881BDB2001A1171f3e
Octal25020127513400324273776
Binary101010001000000110111101101110000001101010001011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A881BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A881BD; }

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

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

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

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

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

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

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

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