#AB82BF

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

Shades of East Side #AB82BF

Tints of East Side #AB82BF

Color information

#AB82BF (or 0xAB82BF) is unknown color: approx East Side. HEX triplet: AB, 82 and BF. RGB value is (171,130,191). Sum of RGB (Red+Green+Blue) = 171+130+191=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB82BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82BF is #547D40. Grayscale: #959595. Windows color (decimal): -5537089 or 12550827. OLE color: 12550827.

HSL color Cylindrical-coordinate representation of color #AB82BF: hue angle of 280.33º 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 #AB82BF is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171130191-
CMYK0.100.3200.25
HSL280.33º32.28%62.94%-
HSV(B)280.33º31.94%74.9%-
XYZ34.1828.3852.97-
YUV149.21151.58143.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 191 (75% from 255) = 38.82%
R=34.76%
G=26.42%
B=38.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711301910.100.3200.25280.3332.2862.94
HexAB82BFA20019118203f
Octal25320227712400314304077
Binary1010101110000010101111111010100000011001100011000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB82BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB82BF; }

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

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

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

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

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

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

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

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