#AB5F8C

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

Shades of Strikemaster #AB5F8C

Tints of Strikemaster #AB5F8C

Color information

#AB5F8C (or 0xAB5F8C) is unknown color: approx Strikemaster. HEX triplet: AB, 5F and 8C. RGB value is (171,95,140). Sum of RGB (Red+Green+Blue) = 171+95+140=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5F8C is #54A073. Grayscale: #7A7A7A. Windows color (decimal): -5546100 or 9199531. OLE color: 9199531.

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

Color convert

RGB17195140-
CMYK00.440.180.33
HSL324.47º31.15%52.16%-
HSV(B)324.47º44.44%67.06%-
XYZ25.6218.7427.08-
YUV122.85137.68162.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 95 (37.5% from 255) = 23.40%
BLUE value IS 140 (55.08% from 255) = 34.48%
R=42.12%
G=23.40%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719514000.440.180.33324.4731.1552.16
HexAB5F8C02C12211441f34
Octal25313721405422415043764
Binary1010101110111111000110001011001001010000110100010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5F8C; }

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

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

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

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

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

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

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

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