#AB81B4

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

Shades of East Side #AB81B4

Tints of East Side #AB81B4

Color information

#AB81B4 (or 0xAB81B4) is unknown color: approx East Side. HEX triplet: AB, 81 and B4. RGB value is (171,129,180). Sum of RGB (Red+Green+Blue) = 171+129+180=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB81B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB81B4 is #547E4B. Grayscale: #939393. Windows color (decimal): -5537356 or 11829675. OLE color: 11829675.

HSL color Cylindrical-coordinate representation of color #AB81B4: hue angle of 289.41º 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 #AB81B4 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171129180-
CMYK0.050.2800.29
HSL289.41º25.37%60.59%-
HSV(B)289.41º28.33%70.59%-
XYZ32.8827.6546.78-
YUV147.37146.41144.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 129 (50.78% from 255) = 26.88%
BLUE value IS 180 (70.70% from 255) = 37.5%
R=35.62%
G=26.88%
B=37.5%

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
Decimal1711291800.050.2800.29289.4125.3760.59
HexAB81B451C01D121193d
Octal2532012645340354413175
Binary1010101110000001101101001011110001110110010000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB81B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB81B4; }

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

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

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

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

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

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

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

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