#AC618F

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

Shades of Strikemaster #AC618F

Tints of Strikemaster #AC618F

Color information

#AC618F (or 0xAC618F) is unknown color: approx Strikemaster. HEX triplet: AC, 61 and 8F. RGB value is (172,97,143). Sum of RGB (Red+Green+Blue) = 172+97+143=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC618F is #539E70. Grayscale: #7C7C7C. Windows color (decimal): -5480049 or 9396652. OLE color: 9396652.

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

Color convert

RGB17297143-
CMYK00.440.170.33
HSL323.2º31.12%52.75%-
HSV(B)323.2º43.6%67.45%-
XYZ26.2519.328.33-
YUV124.67138.35161.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 143 (56.25% from 255) = 34.71%
R=41.75%
G=23.54%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729714300.440.170.33323.231.1252.75
HexAC618F02C11211431f35
Octal25414121705421415033765
Binary1010110011000011000111101011001000110000110100001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC618F; }

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

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

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

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

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

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

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

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