#AB82B4

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

Shades of East Side #AB82B4

Tints of East Side #AB82B4

Color information

#AB82B4 (or 0xAB82B4) is unknown color: approx East Side. HEX triplet: AB, 82 and B4. RGB value is (171,130,180). Sum of RGB (Red+Green+Blue) = 171+130+180=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB82B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82B4 is #547D4B. Grayscale: #939393. Windows color (decimal): -5537100 or 11829931. OLE color: 11829931.

HSL color Cylindrical-coordinate representation of color #AB82B4: hue angle of 289.2º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB82B4 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171130180-
CMYK0.050.2800.29
HSL289.2º25%60.78%-
HSV(B)289.2º27.78%70.59%-
XYZ33.0227.9246.83-
YUV147.96146.08144.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 180 (70.70% from 255) = 37.42%
R=35.55%
G=27.03%
B=37.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711301800.050.2800.29289.22560.78
HexAB82B451C01D121193d
Octal2532022645340354413175
Binary1010101110000010101101001011110001110110010000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB82B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB82B4; }

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

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

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

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

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

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

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

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