#AB84BE

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

Shades of East Side #AB84BE

Tints of East Side #AB84BE

Color information

#AB84BE (or 0xAB84BE) is unknown color: approx East Side. HEX triplet: AB, 84 and BE. RGB value is (171,132,190). Sum of RGB (Red+Green+Blue) = 171+132+190=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB84BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB84BE is #547B41. Grayscale: #969696. Windows color (decimal): -5536578 or 12485803. OLE color: 12485803.

HSL color Cylindrical-coordinate representation of color #AB84BE: hue angle of 280.34º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB84BE is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171132190-
CMYK0.100.3100.25
HSL280.34º30.85%63.14%-
HSV(B)280.34º30.53%74.51%-
XYZ34.3428.8852.48-
YUV150.27150.42142.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 132 (51.95% from 255) = 26.77%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=34.69%
G=26.77%
B=38.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711321900.100.3100.25280.3430.8563.14
HexAB84BEA1F0191181f3f
Octal25320427612370314303777
Binary10101011100001001011111010101111101100110001100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB84BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB84BE; }

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

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

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

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

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

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

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

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