#A984B8

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

Shades of East Side #A984B8

Tints of East Side #A984B8

Color information

#A984B8 (or 0xA984B8) is unknown color: approx East Side. HEX triplet: A9, 84 and B8. RGB value is (169,132,184). Sum of RGB (Red+Green+Blue) = 169+132+184=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 184 - color contains mainly: blue. Hex color #A984B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A984B8 is #567B47. Grayscale: #949494. Windows color (decimal): -5667656 or 12092585. OLE color: 12092585.

HSL color Cylindrical-coordinate representation of color #A984B8: hue angle of 282.69º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A984B8 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB169132184-
CMYK0.080.2800.28
HSL282.69º26.8%61.96%-
HSV(B)282.69º28.26%72.16%-
XYZ33.2728.449.08-
YUV148.99147.76142.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 132 (51.95% from 255) = 27.22%
BLUE value IS 184 (72.27% from 255) = 37.94%
R=34.85%
G=27.22%
B=37.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691321840.080.2800.28282.6926.861.96
HexA984B881C01C11b1b3e
Octal25120427010340344333376
Binary10101001100001001011100010001110001110010001101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A984B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A984B8; }

 p { color: rgb(169,132,184); }

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

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

 a { background-color: rgb(169,132,184); }

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

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

 span { border-color: rgb(169,132,184); }

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