#A982BF

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

Shades of East Side #A982BF

Tints of East Side #A982BF

Color information

#A982BF (or 0xA982BF) is unknown color: approx East Side. HEX triplet: A9, 82 and BF. RGB value is (169,130,191). Sum of RGB (Red+Green+Blue) = 169+130+191=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #A982BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A982BF is #567D40. Grayscale: #949494. Windows color (decimal): -5668161 or 12550825. OLE color: 12550825.

HSL color Cylindrical-coordinate representation of color #A982BF: hue angle of 278.36º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A982BF is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169130191-
CMYK0.120.3200.25
HSL278.36º32.28%62.94%-
HSV(B)278.36º31.94%74.9%-
XYZ33.7528.1652.95-
YUV148.62151.92142.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.49%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 191 (75% from 255) = 38.98%
R=34.49%
G=26.53%
B=38.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691301910.120.3200.25278.3632.2862.94
HexA982BFC20019116203f
Octal25120227714400314264077
Binary1010100110000010101111111100100000011001100010110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A982BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A982BF; }

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

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

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

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

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

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

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

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