#AB95BF

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

Shades of East Side #AB95BF

Tints of East Side #AB95BF

Color information

#AB95BF (or 0xAB95BF) is unknown color: approx East Side. HEX triplet: AB, 95 and BF. RGB value is (171,149,191). Sum of RGB (Red+Green+Blue) = 171+149+191=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB95BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB95BF is #546A40. Grayscale: #A0A0A0. Windows color (decimal): -5532225 or 12555691. OLE color: 12555691.

HSL color Cylindrical-coordinate representation of color #AB95BF: hue angle of 271.43º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB95BF is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171149191-
CMYK0.100.2200.25
HSL271.43º24.71%66.67%-
HSV(B)271.43º21.99%74.9%-
XYZ36.9533.9153.89-
YUV160.37145.29135.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 149 (58.59% from 255) = 29.16%
BLUE value IS 191 (75% from 255) = 37.38%
R=33.46%
G=29.16%
B=37.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711491910.100.2200.25271.4324.7166.67
HexAB95BFA1601910f1943
Octal253225277122603141731103
Binary101010111001010110111111101010110011001100001111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB95BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB95BF; }

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

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

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

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

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

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

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

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