#AC658E

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

Shades of Strikemaster #AC658E

Tints of Strikemaster #AC658E

Color information

#AC658E (or 0xAC658E) is unknown color: approx Strikemaster. HEX triplet: AC, 65 and 8E. RGB value is (172,101,142). Sum of RGB (Red+Green+Blue) = 172+101+142=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC658E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC658E is #539A71. Grayscale: #7E7E7E. Windows color (decimal): -5479026 or 9332140. OLE color: 9332140.

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

Color convert

RGB172101142-
CMYK00.410.170.33
HSL325.35º29.96%53.53%-
HSV(B)325.35º41.28%67.45%-
XYZ26.5520.0328.06-
YUV126.9136.52160.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 142 (55.86% from 255) = 34.22%
R=41.45%
G=24.34%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210114200.410.170.33325.3529.9653.53
HexAC658E02911211451e36
Octal25414521605121415053666
Binary1010110011001011000111001010011000110000110100010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC658E; }

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

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

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

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

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

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

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

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