#AB73BF

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

Shades of East Side #AB73BF

Tints of East Side #AB73BF

Color information

#AB73BF (or 0xAB73BF) is unknown color: approx East Side. HEX triplet: AB, 73 and BF. RGB value is (171,115,191). Sum of RGB (Red+Green+Blue) = 171+115+191=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB73BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB73BF is #548C40. Grayscale: #8C8C8C. Windows color (decimal): -5540929 or 12546987. OLE color: 12546987.

HSL color Cylindrical-coordinate representation of color #AB73BF: hue angle of 284.21º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB73BF is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171115191-
CMYK0.100.4000.25
HSL284.21º37.25%60%-
HSV(B)284.21º39.79%74.9%-
XYZ32.3324.6852.35-
YUV140.41156.55149.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 115 (45.31% from 255) = 24.11%
BLUE value IS 191 (75% from 255) = 40.04%
R=35.85%
G=24.11%
B=40.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711151910.100.4000.25284.2137.2560
HexAB73BFA2801911c253c
Octal25316327712500314344574
Binary101010111110011101111111010101000011001100011100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB73BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB73BF; }

 p { color: rgb(171,115,191); }

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

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

 a { background-color: rgb(171,115,191); }

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

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

 span { border-color: rgb(171,115,191); }

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