#A984B6

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

Shades of East Side #A984B6

Tints of East Side #A984B6

Color information

#A984B6 (or 0xA984B6) is unknown color: approx East Side. HEX triplet: A9, 84 and B6. RGB value is (169,132,182). Sum of RGB (Red+Green+Blue) = 169+132+182=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 182 - color contains mainly: blue. Hex color #A984B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A984B6 is #567B49. Grayscale: #949494. Windows color (decimal): -5667658 or 11961513. OLE color: 11961513.

HSL color Cylindrical-coordinate representation of color #A984B6: hue angle of 284.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A984B6 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB169132182-
CMYK0.070.2700.29
HSL284.4º25.51%61.57%-
HSV(B)284.4º27.47%71.37%-
XYZ33.0628.3147.98-
YUV148.76146.76142.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 182 (71.48% from 255) = 37.68%
R=34.99%
G=27.33%
B=37.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691321820.070.2700.29284.425.5161.57
HexA984B671B01D11c1a3e
Octal2512042667330354343276
Binary1010100110000100101101101111101101110110001110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A984B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A984B6; }

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

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

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

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

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

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

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

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