#AC628E

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

Shades of Strikemaster #AC628E

Tints of Strikemaster #AC628E

Color information

#AC628E (or 0xAC628E) is unknown color: approx Strikemaster. HEX triplet: AC, 62 and 8E. RGB value is (172,98,142). Sum of RGB (Red+Green+Blue) = 172+98+142=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC628E is #539D71. Grayscale: #7D7D7D. Windows color (decimal): -5479794 or 9331372. OLE color: 9331372.

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

Color convert

RGB17298142-
CMYK00.430.170.33
HSL324.32º30.83%52.94%-
HSV(B)324.32º43.02%67.45%-
XYZ26.2619.4627.96-
YUV125.14137.52161.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 98 (38.67% from 255) = 23.79%
BLUE value IS 142 (55.86% from 255) = 34.47%
R=41.75%
G=23.79%
B=34.47%

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
Decimal1729814200.430.170.33324.3230.8352.94
HexAC628E02B11211441f35
Octal25414221605321415043765
Binary1010110011000101000111001010111000110000110100010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC628E; }

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

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

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

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

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

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

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

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