#AB76BD

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

Shades of East Side #AB76BD

Tints of East Side #AB76BD

Color information

#AB76BD (or 0xAB76BD) is unknown color: approx East Side. HEX triplet: AB, 76 and BD. RGB value is (171,118,189). Sum of RGB (Red+Green+Blue) = 171+118+189=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB76BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76BD is #548942. Grayscale: #8D8D8D. Windows color (decimal): -5540163 or 12416683. OLE color: 12416683.

HSL color Cylindrical-coordinate representation of color #AB76BD: hue angle of 284.79º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB76BD is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171118189-
CMYK0.100.3800.26
HSL284.79º34.98%60.2%-
HSV(B)284.79º37.57%74.12%-
XYZ32.4625.2951.31-
YUV141.94154.56148.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 118 (46.48% from 255) = 24.69%
BLUE value IS 189 (74.22% from 255) = 39.54%
R=35.77%
G=24.69%
B=39.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711181890.100.3800.26284.7934.9860.2
HexAB76BDA2601A11d233c
Octal25316627512460324354374
Binary101010111110110101111011010100110011010100011101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB76BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB76BD; }

 p { color: rgb(171,118,189); }

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

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

 a { background-color: rgb(171,118,189); }

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

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

 span { border-color: rgb(171,118,189); }

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