#AA628D

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

Shades of Strikemaster #AA628D

Tints of Strikemaster #AA628D

Color information

#AA628D (or 0xAA628D) is unknown color: approx Strikemaster. HEX triplet: AA, 62 and 8D. RGB value is (170,98,141). Sum of RGB (Red+Green+Blue) = 170+98+141=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA628D is #559D72. Grayscale: #7C7C7C. Windows color (decimal): -5610867 or 9265834. OLE color: 9265834.

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

Color convert

RGB17098141-
CMYK00.420.170.33
HSL324.17º29.75%52.55%-
HSV(B)324.17º42.35%66.67%-
XYZ25.7519.227.55-
YUV124.43137.35160.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 141 (55.47% from 255) = 34.47%
R=41.56%
G=23.96%
B=34.47%

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
Decimal1709814100.420.170.33324.1729.7552.55
HexAA628D02A11211441e35
Octal25214221505221415043665
Binary1010101011000101000110101010101000110000110100010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA628D; }

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

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

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

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

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

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

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

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