#AB8ABB

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

Shades of East Side #AB8ABB

Tints of East Side #AB8ABB

Color information

#AB8ABB (or 0xAB8ABB) is unknown color: approx East Side. HEX triplet: AB, 8A and BB. RGB value is (171,138,187). Sum of RGB (Red+Green+Blue) = 171+138+187=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB8ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ABB is #547544. Grayscale: #999999. Windows color (decimal): -5535045 or 12290731. OLE color: 12290731.

HSL color Cylindrical-coordinate representation of color #AB8ABB: hue angle of 280.41º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB8ABB is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171138187-
CMYK0.090.2600.27
HSL280.41º26.49%63.73%-
HSV(B)280.41º26.2%73.33%-
XYZ34.8530.4251.05-
YUV153.45146.93140.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 138 (54.30% from 255) = 27.82%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=34.48%
G=27.82%
B=37.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711381870.090.2600.27280.4126.4963.73
HexAB8ABB91A01B1181a40
Octal253212273113203343032100
Binary101010111000101010111011100111010011011100011000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8ABB; }

 p { color: rgb(171,138,187); }

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

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

 a { background-color: rgb(171,138,187); }

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

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

 span { border-color: rgb(171,138,187); }

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