#AB94BF

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

Shades of East Side #AB94BF

Tints of East Side #AB94BF

Color information

#AB94BF (or 0xAB94BF) is unknown color: approx East Side. HEX triplet: AB, 94 and BF. RGB value is (171,148,191). Sum of RGB (Red+Green+Blue) = 171+148+191=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB94BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94BF is #546B40. Grayscale: #9F9F9F. Windows color (decimal): -5532481 or 12555435. OLE color: 12555435.

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

Color convert

RGB171148191-
CMYK0.100.2300.25
HSL272.09º25.15%66.47%-
HSV(B)272.09º22.51%74.9%-
XYZ36.7933.653.84-
YUV159.78145.62136-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 148 (58.20% from 255) = 29.02%
BLUE value IS 191 (75% from 255) = 37.45%
R=33.53%
G=29.02%
B=37.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711481910.100.2300.25272.0925.1566.47
HexAB94BFA170191101942
Octal253224277122703142031102
Binary101010111001010010111111101010111011001100010000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94BF; }

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

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

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

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

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

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

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

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