#AB5E8C

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

Shades of Strikemaster #AB5E8C

Tints of Strikemaster #AB5E8C

Color information

#AB5E8C (or 0xAB5E8C) is unknown color: approx Strikemaster. HEX triplet: AB, 5E and 8C. RGB value is (171,94,140). Sum of RGB (Red+Green+Blue) = 171+94+140=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5E8C is #54A173. Grayscale: #7A7A7A. Windows color (decimal): -5546356 or 9199275. OLE color: 9199275.

HSL color Cylindrical-coordinate representation of color #AB5E8C: hue angle of 324.16º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB5E8C is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB17194140-
CMYK00.450.180.33
HSL324.16º31.43%51.96%-
HSV(B)324.16º45.03%67.06%-
XYZ25.5318.5627.05-
YUV122.27138.01162.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 140 (55.08% from 255) = 34.57%
R=42.22%
G=23.21%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719414000.450.180.33324.1631.4351.96
HexAB5E8C02D12211441f34
Octal25313621405522415043764
Binary1010101110111101000110001011011001010000110100010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5E8C; }

 p { color: rgb(171,94,140); }

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

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

 a { background-color: rgb(171,94,140); }

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

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

 span { border-color: rgb(171,94,140); }

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