#AB74BA

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

Shades of East Side #AB74BA

Tints of East Side #AB74BA

Color information

#AB74BA (or 0xAB74BA) is unknown color: approx East Side. HEX triplet: AB, 74 and BA. RGB value is (171,116,186). Sum of RGB (Red+Green+Blue) = 171+116+186=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB74BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB74BA is #548B45. Grayscale: #8C8C8C. Windows color (decimal): -5540678 or 12219563. OLE color: 12219563.

HSL color Cylindrical-coordinate representation of color #AB74BA: hue angle of 287.14º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB74BA is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171116186-
CMYK0.080.3800.27
HSL287.14º33.65%59.22%-
HSV(B)287.14º37.63%72.94%-
XYZ31.924.6949.54-
YUV140.43153.72149.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.15%
GREEN value IS 116 (45.70% from 255) = 24.52%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=36.15%
G=24.52%
B=39.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711161860.080.3800.27287.1433.6559.22
HexAB74BA82601B11f223b
Octal25316427210460334374273
Binary101010111110100101110101000100110011011100011111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB74BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB74BA; }

 p { color: rgb(171,116,186); }

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

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

 a { background-color: rgb(171,116,186); }

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

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

 span { border-color: rgb(171,116,186); }

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