#AB92BC

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

Shades of East Side #AB92BC

Tints of East Side #AB92BC

Color information

#AB92BC (or 0xAB92BC) is unknown color: approx East Side. HEX triplet: AB, 92 and BC. RGB value is (171,146,188). Sum of RGB (Red+Green+Blue) = 171+146+188=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB92BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92BC is #546D43. Grayscale: #9E9E9E. Windows color (decimal): -5532996 or 12358315. OLE color: 12358315.

HSL color Cylindrical-coordinate representation of color #AB92BC: hue angle of 275.71º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB92BC is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171146188-
CMYK0.090.2200.26
HSL275.71º23.86%65.49%-
HSV(B)275.71º22.34%73.73%-
XYZ36.1532.8552.01-
YUV158.26144.78137.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=33.86%
G=28.91%
B=37.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711461880.090.2200.26275.7123.8665.49
HexAB92BC91601A1141841
Octal253222274112603242430101
Binary101010111001001010111100100110110011010100010100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB92BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB92BC; }

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

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

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

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

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

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

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

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