#A982BC

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

Shades of East Side #A982BC

Tints of East Side #A982BC

Color information

#A982BC (or 0xA982BC) is unknown color: approx East Side. HEX triplet: A9, 82 and BC. RGB value is (169,130,188). Sum of RGB (Red+Green+Blue) = 169+130+188=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #A982BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A982BC is #567D43. Grayscale: #949494. Windows color (decimal): -5668164 or 12354217. OLE color: 12354217.

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

Color convert

RGB169130188-
CMYK0.100.3100.26
HSL280.34º30.21%62.35%-
HSV(B)280.34º30.85%73.73%-
XYZ33.4228.0351.23-
YUV148.27150.42142.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.70%
GREEN value IS 130 (51.17% from 255) = 26.69%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=34.70%
G=26.69%
B=38.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691301880.100.3100.26280.3430.2162.35
HexA982BCA1F01A1181e3e
Octal25120227412370324303676
Binary10101001100000101011110010101111101101010001100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A982BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A982BC; }

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

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

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

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

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

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

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

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