#A884BF

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

Shades of East Side #A884BF

Tints of East Side #A884BF

Color information

#A884BF (or 0xA884BF) is unknown color: approx East Side. HEX triplet: A8, 84 and BF. RGB value is (168,132,191). Sum of RGB (Red+Green+Blue) = 168+132+191=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #A884BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A884BF is #577B40. Grayscale: #959595. Windows color (decimal): -5733185 or 12551336. OLE color: 12551336.

HSL color Cylindrical-coordinate representation of color #A884BF: hue angle of 276.61º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A884BF is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168132191-
CMYK0.120.3100.25
HSL276.61º31.55%63.33%-
HSV(B)276.61º30.89%74.9%-
XYZ33.828.5953.03-
YUV149.49151.43141.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 132 (51.95% from 255) = 26.88%
BLUE value IS 191 (75% from 255) = 38.90%
R=34.22%
G=26.88%
B=38.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681321910.120.3100.25276.6131.5563.33
HexA884BFC1F019115203f
Octal25020427714370314254077
Binary101010001000010010111111110011111011001100010101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A884BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A884BF; }

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

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

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

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

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

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

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

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