#AC618B

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

Shades of Strikemaster #AC618B

Tints of Strikemaster #AC618B

Color information

#AC618B (or 0xAC618B) is unknown color: approx Strikemaster. HEX triplet: AC, 61 and 8B. RGB value is (172,97,139). Sum of RGB (Red+Green+Blue) = 172+97+139=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC618B is #539E74. Grayscale: #7C7C7C. Windows color (decimal): -5480053 or 9134508. OLE color: 9134508.

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

Color convert

RGB17297139-
CMYK00.440.190.33
HSL326.4º31.12%52.75%-
HSV(B)326.4º43.6%67.45%-
XYZ25.9519.1826.76-
YUV124.21136.35162.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=42.16%
G=23.77%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729713900.440.190.33326.431.1252.75
HexAC618B02C13211461f35
Octal25414121305423415063765
Binary1010110011000011000101101011001001110000110100011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC618B; }

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

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

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

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

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

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

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

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