#AB628E

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

Shades of Strikemaster #AB628E

Tints of Strikemaster #AB628E

Color information

#AB628E (or 0xAB628E) is unknown color: approx Strikemaster. HEX triplet: AB, 62 and 8E. RGB value is (171,98,142). Sum of RGB (Red+Green+Blue) = 171+98+142=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB628E is #549D71. Grayscale: #7C7C7C. Windows color (decimal): -5545330 or 9331371. OLE color: 9331371.

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

Color convert

RGB17198142-
CMYK00.430.170.33
HSL323.84º30.29%52.75%-
HSV(B)323.84º42.69%67.06%-
XYZ26.0419.3527.95-
YUV124.84137.68160.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.61%
GREEN value IS 98 (38.67% from 255) = 23.84%
BLUE value IS 142 (55.86% from 255) = 34.55%
R=41.61%
G=23.84%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719814200.430.170.33323.8430.2952.75
HexAB628E02B11211441e35
Octal25314221605321415043665
Binary1010101111000101000111001010111000110000110100010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB628E; }

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

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

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

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

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

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

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

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