#AC6390

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

Shades of Strikemaster #AC6390

Tints of Strikemaster #AC6390

Color information

#AC6390 (or 0xAC6390) is unknown color: approx Strikemaster. HEX triplet: AC, 63 and 90. RGB value is (172,99,144). Sum of RGB (Red+Green+Blue) = 172+99+144=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6390 is #539C6F. Grayscale: #7D7D7D. Windows color (decimal): -5479536 or 9462700. OLE color: 9462700.

HSL color Cylindrical-coordinate representation of color #AC6390: hue angle of 323.01º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC6390 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB17299144-
CMYK00.420.160.33
HSL323.01º30.54%53.14%-
HSV(B)323.01º42.44%67.45%-
XYZ26.5119.7128.79-
YUV125.96138.18160.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 99 (39.06% from 255) = 23.86%
BLUE value IS 144 (56.64% from 255) = 34.70%
R=41.45%
G=23.86%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729914400.420.160.33323.0130.5453.14
HexAC639002A10211431f35
Octal25414322005220415033765
Binary1010110011000111001000001010101000010000110100001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6390; }

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

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

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

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

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

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

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

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