#AB92BD

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

Shades of East Side #AB92BD

Tints of East Side #AB92BD

Color information

#AB92BD (or 0xAB92BD) is unknown color: approx East Side. HEX triplet: AB, 92 and BD. RGB value is (171,146,189). Sum of RGB (Red+Green+Blue) = 171+146+189=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB92BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92BD is #546D42. Grayscale: #9E9E9E. Windows color (decimal): -5532995 or 12423851. OLE color: 12423851.

HSL color Cylindrical-coordinate representation of color #AB92BD: hue angle of 274.88º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB92BD is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171146189-
CMYK0.100.2300.26
HSL274.88º24.57%65.69%-
HSV(B)274.88º22.75%74.12%-
XYZ36.2632.8952.58-
YUV158.38145.28137-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.79%
GREEN value IS 146 (57.42% from 255) = 28.85%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=33.79%
G=28.85%
B=37.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711461890.100.2300.26274.8824.5765.69
HexAB92BDA1701A1131942
Octal253222275122703242331102
Binary101010111001001010111101101010111011010100010011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB92BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB92BD; }

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

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

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

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

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

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

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

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