#AB84B7

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

Shades of East Side #AB84B7

Tints of East Side #AB84B7

Color information

#AB84B7 (or 0xAB84B7) is unknown color: approx East Side. HEX triplet: AB, 84 and B7. RGB value is (171,132,183). Sum of RGB (Red+Green+Blue) = 171+132+183=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB84B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB84B7 is #547B48. Grayscale: #959595. Windows color (decimal): -5536585 or 12027051. OLE color: 12027051.

HSL color Cylindrical-coordinate representation of color #AB84B7: hue angle of 285.88º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB84B7 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB171132183-
CMYK0.070.2800.28
HSL285.88º26.15%61.76%-
HSV(B)285.88º27.87%71.76%-
XYZ33.5928.5848.55-
YUV149.48146.92143.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 132 (51.95% from 255) = 27.16%
BLUE value IS 183 (71.88% from 255) = 37.65%
R=35.19%
G=27.16%
B=37.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711321830.070.2800.28285.8826.1561.76
HexAB84B771C01C11e1a3e
Octal2532042677340344363276
Binary1010101110000100101101111111110001110010001111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB84B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB84B7; }

 p { color: rgb(171,132,183); }

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

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

 a { background-color: rgb(171,132,183); }

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

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

 span { border-color: rgb(171,132,183); }

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