#AB82BC

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

Shades of East Side #AB82BC

Tints of East Side #AB82BC

Color information

#AB82BC (or 0xAB82BC) is unknown color: approx East Side. HEX triplet: AB, 82 and BC. RGB value is (171,130,188). Sum of RGB (Red+Green+Blue) = 171+130+188=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB82BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82BC is #547D43. Grayscale: #949494. Windows color (decimal): -5537092 or 12354219. OLE color: 12354219.

HSL color Cylindrical-coordinate representation of color #AB82BC: hue angle of 282.41º 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 #AB82BC is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171130188-
CMYK0.090.3100.26
HSL282.41º30.21%62.35%-
HSV(B)282.41º30.85%73.73%-
XYZ33.8528.2551.25-
YUV148.87150.08143.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=34.97%
G=26.58%
B=38.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711301880.090.3100.26282.4130.2162.35
HexAB82BC91F01A11a1e3e
Octal25320227411370324323676
Binary10101011100000101011110010011111101101010001101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB82BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB82BC; }

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

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

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

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

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

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

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

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