#AB92C1

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

Shades of East Side #AB92C1

Tints of East Side #AB92C1

Color information

#AB92C1 (or 0xAB92C1) is unknown color: approx East Side. HEX triplet: AB, 92 and C1. RGB value is (171,146,193). Sum of RGB (Red+Green+Blue) = 171+146+193=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB92C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92C1 is #546D3E. Grayscale: #9E9E9E. Windows color (decimal): -5532991 or 12685995. OLE color: 12685995.

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

Color convert

RGB171146193-
CMYK0.110.2400.24
HSL271.91º27.49%66.47%-
HSV(B)271.91º24.35%75.69%-
XYZ36.733.0754.9-
YUV158.83147.28136.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 146 (57.42% from 255) = 28.63%
BLUE value IS 193 (75.78% from 255) = 37.84%
R=33.53%
G=28.63%
B=37.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711461930.110.2400.24271.9127.4966.47
HexAB92C1B180181101b42
Octal253222301133003042033102
Binary101010111001001011000001101111000011000100010000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB92C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB92C1; }

 p { color: rgb(171,146,193); }

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

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

 a { background-color: rgb(171,146,193); }

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

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

 span { border-color: rgb(171,146,193); }

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