#AA638A

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

Shades of Strikemaster #AA638A

Tints of Strikemaster #AA638A

Color information

#AA638A (or 0xAA638A) is unknown color: approx Strikemaster. HEX triplet: AA, 63 and 8A. RGB value is (170,99,138). Sum of RGB (Red+Green+Blue) = 170+99+138=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA638A is #559C75. Grayscale: #7C7C7C. Windows color (decimal): -5610614 or 9069482. OLE color: 9069482.

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

Color convert

RGB17099138-
CMYK00.420.190.33
HSL327.04º29.46%52.75%-
HSV(B)327.04º41.76%66.67%-
XYZ25.6319.326.42-
YUV124.68135.52160.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 99 (39.06% from 255) = 24.32%
BLUE value IS 138 (54.30% from 255) = 33.91%
R=41.77%
G=24.32%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709913800.420.190.33327.0429.4652.75
HexAA638A02A13211471d35
Octal25214321205223415073565
Binary1010101011000111000101001010101001110000110100011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA638A; }

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

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

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

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

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

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

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

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