#AA638D

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

Shades of Strikemaster #AA638D

Tints of Strikemaster #AA638D

Color information

#AA638D (or 0xAA638D) is unknown color: approx Strikemaster. HEX triplet: AA, 63 and 8D. RGB value is (170,99,141). Sum of RGB (Red+Green+Blue) = 170+99+141=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA638D is #559C72. Grayscale: #7C7C7C. Windows color (decimal): -5610611 or 9266090. OLE color: 9266090.

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

Color convert

RGB17099141-
CMYK00.420.170.33
HSL324.51º29.46%52.75%-
HSV(B)324.51º41.76%66.67%-
XYZ25.8519.3927.58-
YUV125.02137.02160.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 99 (39.06% from 255) = 24.15%
BLUE value IS 141 (55.47% from 255) = 34.39%
R=41.46%
G=24.15%
B=34.39%

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
Decimal1709914100.420.170.33324.5129.4652.75
HexAA638D02A11211451d35
Octal25214321505221415053565
Binary1010101011000111000110101010101000110000110100010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA638D; }

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

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

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

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

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

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

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

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