#AC618A

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

Shades of Strikemaster #AC618A

Tints of Strikemaster #AC618A

Color information

#AC618A (or 0xAC618A) is unknown color: approx Strikemaster. HEX triplet: AC, 61 and 8A. RGB value is (172,97,138). Sum of RGB (Red+Green+Blue) = 172+97+138=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC618A is #539E75. Grayscale: #7C7C7C. Windows color (decimal): -5480054 or 9068972. OLE color: 9068972.

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

Color convert

RGB17297138-
CMYK00.440.200.33
HSL327.2º31.12%52.75%-
HSV(B)327.2º43.6%67.45%-
XYZ25.8819.1626.38-
YUV124.1135.85162.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 97 (38.28% from 255) = 23.83%
BLUE value IS 138 (54.30% from 255) = 33.91%
R=42.26%
G=23.83%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729713800.440.200.33327.231.1252.75
HexAC618A02C14211471f35
Octal25414121205424415073765
Binary1010110011000011000101001011001010010000110100011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC618A; }

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

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

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

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

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

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

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

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