#AA628A

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

Shades of Strikemaster #AA628A

Tints of Strikemaster #AA628A

Color information

#AA628A (or 0xAA628A) is unknown color: approx Strikemaster. HEX triplet: AA, 62 and 8A. RGB value is (170,98,138). Sum of RGB (Red+Green+Blue) = 170+98+138=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA628A is #559D75. Grayscale: #7C7C7C. Windows color (decimal): -5610870 or 9069226. OLE color: 9069226.

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

Color convert

RGB17098138-
CMYK00.420.190.33
HSL326.67º29.75%52.55%-
HSV(B)326.67º42.35%66.67%-
XYZ25.5319.1226.39-
YUV124.09135.85160.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 98 (38.67% from 255) = 24.14%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=41.87%
G=24.14%
B=33.99%

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
Decimal1709813800.420.190.33326.6729.7552.55
HexAA628A02A13211471e35
Octal25214221205223415073665
Binary1010101011000101000101001010101001110000110100011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA628A; }

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

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

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

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

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

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

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

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