#AB6289

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

Shades of Strikemaster #AB6289

Tints of Strikemaster #AB6289

Color information

#AB6289 (or 0xAB6289) is unknown color: approx Strikemaster. HEX triplet: AB, 62 and 89. RGB value is (171,98,137). Sum of RGB (Red+Green+Blue) = 171+98+137=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6289 is #549D76. Grayscale: #7C7C7C. Windows color (decimal): -5545335 or 9003691. OLE color: 9003691.

HSL color Cylindrical-coordinate representation of color #AB6289: hue angle of 327.95º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6289 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB17198137-
CMYK00.430.200.33
HSL327.95º30.29%52.75%-
HSV(B)327.95º42.69%67.06%-
XYZ25.6819.226.02-
YUV124.27135.18161.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 98 (38.67% from 255) = 24.14%
BLUE value IS 137 (53.91% from 255) = 33.74%
R=42.12%
G=24.14%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719813700.430.200.33327.9530.2952.75
HexAB628902B14211481e35
Octal25314221105324415103665
Binary1010101111000101000100101010111010010000110100100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6289; }

 p { color: rgb(171,98,137); }

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

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

 a { background-color: rgb(171,98,137); }

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

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

 span { border-color: rgb(171,98,137); }

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