#AB93C3

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

Shades of East Side #AB93C3

Tints of East Side #AB93C3

Color information

#AB93C3 (or 0xAB93C3) is unknown color: approx East Side. HEX triplet: AB, 93 and C3. RGB value is (171,147,195). Sum of RGB (Red+Green+Blue) = 171+147+195=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB93C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93C3 is #546C3C. Grayscale: #9F9F9F. Windows color (decimal): -5532733 or 12817323. OLE color: 12817323.

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

Color convert

RGB171147195-
CMYK0.120.2500.24
HSL270º28.57%67.06%-
HSV(B)270º24.62%76.47%-
XYZ37.0833.4756.13-
YUV159.65147.95136.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.33%
GREEN value IS 147 (57.81% from 255) = 28.65%
BLUE value IS 195 (76.56% from 255) = 38.01%
R=33.33%
G=28.65%
B=38.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711471950.120.2500.2427028.5767.06
HexAB93C3C1901810e1d43
Octal253223303143103041635103
Binary101010111001001111000011110011001011000100001110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB93C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB93C3; }

 p { color: rgb(171,147,195); }

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

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

 a { background-color: rgb(171,147,195); }

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

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

 span { border-color: rgb(171,147,195); }

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