#AC648E

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

Shades of Strikemaster #AC648E

Tints of Strikemaster #AC648E

Color information

#AC648E (or 0xAC648E) is unknown color: approx Strikemaster. HEX triplet: AC, 64 and 8E. RGB value is (172,100,142). Sum of RGB (Red+Green+Blue) = 172+100+142=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC648E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC648E is #539B71. Grayscale: #7E7E7E. Windows color (decimal): -5479282 or 9331884. OLE color: 9331884.

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

Color convert

RGB172100142-
CMYK00.420.170.33
HSL325º30.25%53.33%-
HSV(B)325º41.86%67.45%-
XYZ26.4519.8428.03-
YUV126.32136.85160.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 100 (39.45% from 255) = 24.15%
BLUE value IS 142 (55.86% from 255) = 34.30%
R=41.55%
G=24.15%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210014200.420.170.3332530.2553.33
HexAC648E02A11211451e35
Octal25414421605221415053665
Binary1010110011001001000111001010101000110000110100010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC648E; }

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

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

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

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

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

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

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

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