#A984B7

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

Shades of East Side #A984B7

Tints of East Side #A984B7

Color information

#A984B7 (or 0xA984B7) is unknown color: approx East Side. HEX triplet: A9, 84 and B7. RGB value is (169,132,183). Sum of RGB (Red+Green+Blue) = 169+132+183=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 183 - color contains mainly: blue. Hex color #A984B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A984B7 is #567B48. Grayscale: #949494. Windows color (decimal): -5667657 or 12027049. OLE color: 12027049.

HSL color Cylindrical-coordinate representation of color #A984B7: hue angle of 283.53º degrees, saturation: 0.26, 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 #A984B7 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB169132183-
CMYK0.080.2800.28
HSL283.53º26.15%61.76%-
HSV(B)283.53º27.87%71.76%-
XYZ33.1628.3648.53-
YUV148.88147.26142.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 132 (51.95% from 255) = 27.27%
BLUE value IS 183 (71.88% from 255) = 37.81%
R=34.92%
G=27.27%
B=37.81%

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
Decimal1691321830.080.2800.28283.5326.1561.76
HexA984B781C01C11c1a3e
Octal25120426710340344343276
Binary10101001100001001011011110001110001110010001110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A984B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A984B7; }

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

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

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

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

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

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

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

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