#A982B1

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

Shades of East Side #A982B1

Tints of East Side #A982B1

Color information

#A982B1 (or 0xA982B1) is unknown color: approx East Side. HEX triplet: A9, 82 and B1. RGB value is (169,130,177). Sum of RGB (Red+Green+Blue) = 169+130+177=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 177 - color contains mainly: blue. Hex color #A982B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A982B1 is #567D4E. Grayscale: #929292. Windows color (decimal): -5668175 or 11633321. OLE color: 11633321.

HSL color Cylindrical-coordinate representation of color #A982B1: hue angle of 289.79º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A982B1 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB169130177-
CMYK0.050.2700.31
HSL289.79º23.15%60.2%-
HSV(B)289.79º26.55%69.41%-
XYZ32.2827.5745.22-
YUV147.02144.92143.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.50%
GREEN value IS 130 (51.17% from 255) = 27.31%
BLUE value IS 177 (69.53% from 255) = 37.18%
R=35.50%
G=27.31%
B=37.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691301770.050.2700.31289.7923.1560.2
HexA982B151B01F122173c
Octal2512022615330374422774
Binary1010100110000010101100011011101101111110010001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A982B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A982B1; }

 p { color: rgb(169,130,177); }

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

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

 a { background-color: rgb(169,130,177); }

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

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

 span { border-color: rgb(169,130,177); }

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