#AB94C2

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

Shades of East Side #AB94C2

Tints of East Side #AB94C2

Color information

#AB94C2 (or 0xAB94C2) is unknown color: approx East Side. HEX triplet: AB, 94 and C2. RGB value is (171,148,194). Sum of RGB (Red+Green+Blue) = 171+148+194=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB94C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94C2 is #546B3D. Grayscale: #9F9F9F. Windows color (decimal): -5532478 or 12752043. OLE color: 12752043.

HSL color Cylindrical-coordinate representation of color #AB94C2: hue angle of 270º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB94C2 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171148194-
CMYK0.120.2400.24
HSL270º27.38%67.06%-
HSV(B)270º23.71%76.08%-
XYZ37.1233.7355.59-
YUV160.12147.12135.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.33%
GREEN value IS 148 (58.20% from 255) = 28.85%
BLUE value IS 194 (76.17% from 255) = 37.82%
R=33.33%
G=28.85%
B=37.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711481940.120.2400.2427027.3867.06
HexAB94C2C1801810e1b43
Octal253224302143003041633103
Binary101010111001010011000010110011000011000100001110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94C2; }

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

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

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

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

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

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

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

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