#AA638F

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

Shades of Strikemaster #AA638F

Tints of Strikemaster #AA638F

Color information

#AA638F (or 0xAA638F) is unknown color: approx Strikemaster. HEX triplet: AA, 63 and 8F. RGB value is (170,99,143). Sum of RGB (Red+Green+Blue) = 170+99+143=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA638F is #559C70. Grayscale: #7D7D7D. Windows color (decimal): -5610609 or 9397162. OLE color: 9397162.

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

Color convert

RGB17099143-
CMYK00.420.160.33
HSL322.82º29.46%52.75%-
HSV(B)322.82º41.76%66.67%-
XYZ2619.4528.37-
YUV125.24138.02159.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 99 (39.06% from 255) = 24.03%
BLUE value IS 143 (56.25% from 255) = 34.71%
R=41.26%
G=24.03%
B=34.71%

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
Decimal1709914300.420.160.33322.8229.4652.75
HexAA638F02A10211431d35
Octal25214321705220415033565
Binary1010101011000111000111101010101000010000110100001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA638F; }

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

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

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

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

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

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

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

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