#AB91C4

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

Shades of East Side #AB91C4

Tints of East Side #AB91C4

Color information

#AB91C4 (or 0xAB91C4) is unknown color: approx East Side. HEX triplet: AB, 91 and C4. RGB value is (171,145,196). Sum of RGB (Red+Green+Blue) = 171+145+196=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB91C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91C4 is #546E3B. Grayscale: #9E9E9E. Windows color (decimal): -5533244 or 12882347. OLE color: 12882347.

HSL color Cylindrical-coordinate representation of color #AB91C4: hue angle of 270.59º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB91C4 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171145196-
CMYK0.130.2600.23
HSL270.59º30.18%66.86%-
HSV(B)270.59º26.02%76.86%-
XYZ36.8832.8956.63-
YUV158.59149.11136.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 196 (76.95% from 255) = 38.28%
R=33.40%
G=28.32%
B=38.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711451960.130.2600.23270.5930.1866.86
HexAB91C4D1A01710f1e43
Octal253221304153202741736103
Binary101010111001000111000100110111010010111100001111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB91C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB91C4; }

 p { color: rgb(171,145,196); }

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

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

 a { background-color: rgb(171,145,196); }

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

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

 span { border-color: rgb(171,145,196); }

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