#A982BB

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

Shades of East Side #A982BB

Tints of East Side #A982BB

Color information

#A982BB (or 0xA982BB) is unknown color: approx East Side. HEX triplet: A9, 82 and BB. RGB value is (169,130,187). Sum of RGB (Red+Green+Blue) = 169+130+187=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #A982BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A982BB is #567D44. Grayscale: #939393. Windows color (decimal): -5668165 or 12288681. OLE color: 12288681.

HSL color Cylindrical-coordinate representation of color #A982BB: hue angle of 281.05º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A982BB is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169130187-
CMYK0.100.3000.27
HSL281.05º29.53%62.16%-
HSV(B)281.05º30.48%73.33%-
XYZ33.3127.9950.66-
YUV148.16149.92142.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.77%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=34.77%
G=26.75%
B=38.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691301870.100.3000.27281.0529.5362.16
HexA982BBA1E01B1191e3e
Octal25120227312360334313676
Binary10101001100000101011101110101111001101110001100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A982BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A982BB; }

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

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

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

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

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

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

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

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