#A884BD

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

Shades of East Side #A884BD

Tints of East Side #A884BD

Color information

#A884BD (or 0xA884BD) is unknown color: approx East Side. HEX triplet: A8, 84 and BD. RGB value is (168,132,189). Sum of RGB (Red+Green+Blue) = 168+132+189=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #A884BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A884BD is #577B42. Grayscale: #959595. Windows color (decimal): -5733187 or 12420264. OLE color: 12420264.

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

Color convert

RGB168132189-
CMYK0.110.3000.26
HSL277.89º30.16%62.94%-
HSV(B)277.89º30.16%74.12%-
XYZ33.5928.551.88-
YUV149.26150.43141.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 132 (51.95% from 255) = 26.99%
BLUE value IS 189 (74.22% from 255) = 38.65%
R=34.36%
G=26.99%
B=38.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681321890.110.3000.26277.8930.1662.94
HexA884BDB1E01A1161e3f
Octal25020427513360324263677
Binary10101000100001001011110110111111001101010001011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A884BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A884BD; }

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

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

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

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

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

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

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

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