#AC628F

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

Shades of Strikemaster #AC628F

Tints of Strikemaster #AC628F

Color information

#AC628F (or 0xAC628F) is unknown color: approx Strikemaster. HEX triplet: AC, 62 and 8F. RGB value is (172,98,143). Sum of RGB (Red+Green+Blue) = 172+98+143=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC628F is #539D70. Grayscale: #7D7D7D. Windows color (decimal): -5479793 or 9396908. OLE color: 9396908.

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

Color convert

RGB17298143-
CMYK00.430.170.33
HSL323.51º30.83%52.94%-
HSV(B)323.51º43.02%67.45%-
XYZ26.3419.4928.36-
YUV125.26138.02161.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 143 (56.25% from 255) = 34.62%
R=41.65%
G=23.73%
B=34.62%

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
Decimal1729814300.430.170.33323.5130.8352.94
HexAC628F02B11211441f35
Octal25414221705321415043765
Binary1010110011000101000111101010111000110000110100010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC628F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC628F; }

 p { color: rgb(172,98,143); }

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

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

 a { background-color: rgb(172,98,143); }

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

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

 span { border-color: rgb(172,98,143); }

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