#AB95B5

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

Shades of East Side #AB95B5

Tints of East Side #AB95B5

Color information

#AB95B5 (or 0xAB95B5) is unknown color: approx East Side. HEX triplet: AB, 95 and B5. RGB value is (171,149,181). Sum of RGB (Red+Green+Blue) = 171+149+181=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB95B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB95B5 is #546A4A. Grayscale: #9F9F9F. Windows color (decimal): -5532235 or 11900331. OLE color: 11900331.

HSL color Cylindrical-coordinate representation of color #AB95B5: hue angle of 281.25º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB95B5 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171149181-
CMYK0.060.1800.29
HSL281.25º17.78%64.71%-
HSV(B)281.25º17.68%70.98%-
XYZ35.8833.4948.29-
YUV159.23140.29136.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 149 (58.59% from 255) = 29.74%
BLUE value IS 181 (71.09% from 255) = 36.13%
R=34.13%
G=29.74%
B=36.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711491810.060.1800.29281.2517.7864.71
HexAB95B561201D1191241
Octal25322526562203543122101
Binary10101011100101011011010111010010011101100011001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB95B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB95B5; }

 p { color: rgb(171,149,181); }

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

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

 a { background-color: rgb(171,149,181); }

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

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

 span { border-color: rgb(171,149,181); }

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