#A984BD

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

Shades of East Side #A984BD

Tints of East Side #A984BD

Color information

#A984BD (or 0xA984BD) is unknown color: approx East Side. HEX triplet: A9, 84 and BD. RGB value is (169,132,189). Sum of RGB (Red+Green+Blue) = 169+132+189=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #A984BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A984BD is #567B42. Grayscale: #959595. Windows color (decimal): -5667651 or 12420265. OLE color: 12420265.

HSL color Cylindrical-coordinate representation of color #A984BD: hue angle of 278.95º 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 #A984BD is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169132189-
CMYK0.110.3000.26
HSL278.95º30.16%62.94%-
HSV(B)278.95º30.16%74.12%-
XYZ33.828.6151.89-
YUV149.56150.26141.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.49%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 189 (74.22% from 255) = 38.57%
R=34.49%
G=26.94%
B=38.57%

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
Decimal1691321890.110.3000.26278.9530.1662.94
HexA984BDB1E01A1171e3f
Octal25120427513360324273677
Binary10101001100001001011110110111111001101010001011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A984BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A984BD; }

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

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

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

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

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

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

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

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