#AB5D90

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

Shades of Strikemaster #AB5D90

Tints of Strikemaster #AB5D90

Color information

#AB5D90 (or 0xAB5D90) is unknown color: approx Strikemaster. HEX triplet: AB, 5D and 90. RGB value is (171,93,144). Sum of RGB (Red+Green+Blue) = 171+93+144=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5D90 is #54A26F. Grayscale: #7A7A7A. Windows color (decimal): -5546608 or 9461163. OLE color: 9461163.

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

Color convert

RGB17193144-
CMYK00.460.160.33
HSL320.77º31.71%51.76%-
HSV(B)320.77º45.61%67.06%-
XYZ25.7418.528.6-
YUV122.14140.34162.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 93 (36.72% from 255) = 22.79%
BLUE value IS 144 (56.64% from 255) = 35.29%
R=41.91%
G=22.79%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719314400.460.160.33320.7731.7151.76
HexAB5D9002E10211412034
Octal25313522005620415014064
Binary10101011101110110010000010111010000100001101000001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5D90; }

 p { color: rgb(171,93,144); }

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

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

 a { background-color: rgb(171,93,144); }

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

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

 span { border-color: rgb(171,93,144); }

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