#AC648D

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

Shades of Strikemaster #AC648D

Tints of Strikemaster #AC648D

Color information

#AC648D (or 0xAC648D) is unknown color: approx Strikemaster. HEX triplet: AC, 64 and 8D. RGB value is (172,100,141). Sum of RGB (Red+Green+Blue) = 172+100+141=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC648D is #539B72. Grayscale: #7E7E7E. Windows color (decimal): -5479283 or 9266348. OLE color: 9266348.

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

Color convert

RGB172100141-
CMYK00.420.180.33
HSL325.83º30.25%53.33%-
HSV(B)325.83º41.86%67.45%-
XYZ26.3819.8127.63-
YUV126.2136.35160.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 100 (39.45% from 255) = 24.21%
BLUE value IS 141 (55.47% from 255) = 34.14%
R=41.65%
G=24.21%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210014100.420.180.33325.8330.2553.33
HexAC648D02A12211461e35
Octal25414421505222415063665
Binary1010110011001001000110101010101001010000110100011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC648D; }

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

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

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

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

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

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

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

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