#AB74B3

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

Shades of East Side #AB74B3

Tints of East Side #AB74B3

Color information

#AB74B3 (or 0xAB74B3) is unknown color: approx East Side. HEX triplet: AB, 74 and B3. RGB value is (171,116,179). Sum of RGB (Red+Green+Blue) = 171+116+179=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #AB74B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB74B3 is #548B4C. Grayscale: #8B8B8B. Windows color (decimal): -5540685 or 11760811. OLE color: 11760811.

HSL color Cylindrical-coordinate representation of color #AB74B3: hue angle of 292.38º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB74B3 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB171116179-
CMYK0.040.3500.30
HSL292.38º29.3%57.84%-
HSV(B)292.38º35.2%70.2%-
XYZ31.1824.445.71-
YUV139.63150.22150.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 116 (45.70% from 255) = 24.89%
BLUE value IS 179 (70.31% from 255) = 38.41%
R=36.70%
G=24.89%
B=38.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711161790.040.3500.30292.3829.357.84
HexAB74B342301E1241d3a
Octal2531642634430364443572
Binary1010101111101001011001110010001101111010010010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB74B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB74B3; }

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

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

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

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

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

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

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

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