#AC638F

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

Shades of Strikemaster #AC638F

Tints of Strikemaster #AC638F

Color information

#AC638F (or 0xAC638F) is unknown color: approx Strikemaster. HEX triplet: AC, 63 and 8F. RGB value is (172,99,143). Sum of RGB (Red+Green+Blue) = 172+99+143=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC638F is #539C70. Grayscale: #7D7D7D. Windows color (decimal): -5479537 or 9397164. OLE color: 9397164.

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

Color convert

RGB17299143-
CMYK00.420.170.33
HSL323.84º30.54%53.14%-
HSV(B)323.84º42.44%67.45%-
XYZ26.4319.6828.39-
YUV125.84137.68160.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 99 (39.06% from 255) = 23.91%
BLUE value IS 143 (56.25% from 255) = 34.54%
R=41.55%
G=23.91%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729914300.420.170.33323.8430.5453.14
HexAC638F02A11211441f35
Octal25414321705221415043765
Binary1010110011000111000111101010101000110000110100010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC638F; }

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

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

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

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

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

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

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

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