#AB92C5

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

Shades of East Side #AB92C5

Tints of East Side #AB92C5

Color information

#AB92C5 (or 0xAB92C5) is unknown color: approx East Side. HEX triplet: AB, 92 and C5. RGB value is (171,146,197). Sum of RGB (Red+Green+Blue) = 171+146+197=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB92C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92C5 is #546D3A. Grayscale: #9F9F9F. Windows color (decimal): -5532987 or 12948139. OLE color: 12948139.

HSL color Cylindrical-coordinate representation of color #AB92C5: hue angle of 269.41º degrees, saturation: 0.31, 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 #AB92C5 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171146197-
CMYK0.130.2600.23
HSL269.41º30.54%67.25%-
HSV(B)269.41º25.89%77.25%-
XYZ37.1533.2557.28-
YUV159.29149.28136.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.27%
GREEN value IS 146 (57.42% from 255) = 28.40%
BLUE value IS 197 (77.34% from 255) = 38.33%
R=33.27%
G=28.40%
B=38.33%

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
Decimal1711461970.130.2600.23269.4130.5467.25
HexAB92C5D1A01710d1f43
Octal253222305153202741537103
Binary101010111001001011000101110111010010111100001101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB92C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB92C5; }

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

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

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

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

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

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

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

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