#AB5F8E

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

Shades of Strikemaster #AB5F8E

Tints of Strikemaster #AB5F8E

Color information

#AB5F8E (or 0xAB5F8E) is unknown color: approx Strikemaster. HEX triplet: AB, 5F and 8E. RGB value is (171,95,142). Sum of RGB (Red+Green+Blue) = 171+95+142=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5F8E is #54A071. Grayscale: #7A7A7A. Windows color (decimal): -5546098 or 9330603. OLE color: 9330603.

HSL color Cylindrical-coordinate representation of color #AB5F8E: hue angle of 322.89º 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 #AB5F8E is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB17195142-
CMYK00.440.170.33
HSL322.89º31.15%52.16%-
HSV(B)322.89º44.44%67.06%-
XYZ25.7718.827.86-
YUV123.08138.68162.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 95 (37.5% from 255) = 23.28%
BLUE value IS 142 (55.86% from 255) = 34.80%
R=41.91%
G=23.28%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719514200.440.170.33322.8931.1552.16
HexAB5F8E02C11211431f34
Octal25313721605421415033764
Binary1010101110111111000111001011001000110000110100001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5F8E; }

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

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

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

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

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

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

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

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