#AC668E

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

Shades of Strikemaster #AC668E

Tints of Strikemaster #AC668E

Color information

#AC668E (or 0xAC668E) is unknown color: approx Strikemaster. HEX triplet: AC, 66 and 8E. RGB value is (172,102,142). Sum of RGB (Red+Green+Blue) = 172+102+142=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC668E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC668E is #539971. Grayscale: #7F7F7F. Windows color (decimal): -5478770 or 9332396. OLE color: 9332396.

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

Color convert

RGB172102142-
CMYK00.410.170.33
HSL325.71º29.66%53.73%-
HSV(B)325.71º40.7%67.45%-
XYZ26.6520.2328.09-
YUV127.49136.19159.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 102 (40.23% from 255) = 24.52%
BLUE value IS 142 (55.86% from 255) = 34.13%
R=41.35%
G=24.52%
B=34.13%

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
Decimal17210214200.410.170.33325.7129.6653.73
HexAC668E02911211461e36
Octal25414621605121415063666
Binary1010110011001101000111001010011000110000110100011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC668E; }

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

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

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

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

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

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

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

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