#AB84BC

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

Shades of East Side #AB84BC

Tints of East Side #AB84BC

Color information

#AB84BC (or 0xAB84BC) is unknown color: approx East Side. HEX triplet: AB, 84 and BC. RGB value is (171,132,188). Sum of RGB (Red+Green+Blue) = 171+132+188=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB84BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB84BC is #547B43. Grayscale: #959595. Windows color (decimal): -5536580 or 12354731. OLE color: 12354731.

HSL color Cylindrical-coordinate representation of color #AB84BC: hue angle of 281.79º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB84BC is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171132188-
CMYK0.090.3000.26
HSL281.79º29.47%62.75%-
HSV(B)281.79º29.79%73.73%-
XYZ34.1228.7951.34-
YUV150.05149.42142.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 132 (51.95% from 255) = 26.88%
BLUE value IS 188 (73.83% from 255) = 38.29%
R=34.83%
G=26.88%
B=38.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711321880.090.3000.26281.7929.4762.75
HexAB84BC91E01A11a1d3f
Octal25320427411360324323577
Binary10101011100001001011110010011111001101010001101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB84BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB84BC; }

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

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

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

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

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

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

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

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