#AB608B

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

Shades of Strikemaster #AB608B

Tints of Strikemaster #AB608B

Color information

#AB608B (or 0xAB608B) is unknown color: approx Strikemaster. HEX triplet: AB, 60 and 8B. RGB value is (171,96,139). Sum of RGB (Red+Green+Blue) = 171+96+139=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB608B is #549F74. Grayscale: #7B7B7B. Windows color (decimal): -5545845 or 9134251. OLE color: 9134251.

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

Color convert

RGB17196139-
CMYK00.440.190.33
HSL325.6º30.86%52.35%-
HSV(B)325.6º43.86%67.06%-
XYZ25.6418.8926.72-
YUV123.33136.85162-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=42.12%
G=23.65%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719613900.440.190.33325.630.8652.35
HexAB608B02C13211461f34
Octal25314021305423415063764
Binary1010101111000001000101101011001001110000110100011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB608B; }

 p { color: rgb(171,96,139); }

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

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

 a { background-color: rgb(171,96,139); }

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

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

 span { border-color: rgb(171,96,139); }

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