#A984BF

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

Shades of East Side #A984BF

Tints of East Side #A984BF

Color information

#A984BF (or 0xA984BF) is unknown color: approx East Side. HEX triplet: A9, 84 and BF. RGB value is (169,132,191). Sum of RGB (Red+Green+Blue) = 169+132+191=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #A984BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A984BF is #567B40. Grayscale: #959595. Windows color (decimal): -5667649 or 12551337. OLE color: 12551337.

HSL color Cylindrical-coordinate representation of color #A984BF: hue angle of 277.63º 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 #A984BF is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169132191-
CMYK0.120.3100.25
HSL277.63º31.55%63.33%-
HSV(B)277.63º30.89%74.9%-
XYZ34.0228.753.04-
YUV149.79151.26141.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 132 (51.95% from 255) = 26.83%
BLUE value IS 191 (75% from 255) = 38.82%
R=34.35%
G=26.83%
B=38.82%

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
Decimal1691321910.120.3100.25277.6331.5563.33
HexA984BFC1F019116203f
Octal25120427714370314264077
Binary101010011000010010111111110011111011001100010110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A984BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A984BF; }

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

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

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

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

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

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

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

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