#AC6190

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

Shades of Strikemaster #AC6190

Tints of Strikemaster #AC6190

Color information

#AC6190 (or 0xAC6190) is unknown color: approx Strikemaster. HEX triplet: AC, 61 and 90. RGB value is (172,97,144). Sum of RGB (Red+Green+Blue) = 172+97+144=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6190 is #539E6F. Grayscale: #7C7C7C. Windows color (decimal): -5480048 or 9462188. OLE color: 9462188.

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

Color convert

RGB17297144-
CMYK00.440.160.33
HSL322.4º31.12%52.75%-
HSV(B)322.4º43.6%67.45%-
XYZ26.3219.3328.73-
YUV124.78138.85161.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 97 (38.28% from 255) = 23.49%
BLUE value IS 144 (56.64% from 255) = 34.87%
R=41.65%
G=23.49%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729714400.440.160.33322.431.1252.75
HexAC619002C10211421f35
Octal25414122005420415023765
Binary1010110011000011001000001011001000010000110100001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6190; }

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

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

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

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

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

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

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

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