#AA5F92

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

Shades of Strikemaster #AA5F92

Tints of Strikemaster #AA5F92

Color information

#AA5F92 (or 0xAA5F92) is unknown color: approx Strikemaster. HEX triplet: AA, 5F and 92. RGB value is (170,95,146). Sum of RGB (Red+Green+Blue) = 170+95+146=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5F92 is #55A06D. Grayscale: #7B7B7B. Windows color (decimal): -5611630 or 9592746. OLE color: 9592746.

HSL color Cylindrical-coordinate representation of color #AA5F92: hue angle of 319.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA5F92 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB17095146-
CMYK00.440.140.33
HSL319.2º30.61%51.96%-
HSV(B)319.2º44.12%66.67%-
XYZ25.8618.8129.46-
YUV123.24140.85161.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 95 (37.5% from 255) = 23.11%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=41.36%
G=23.11%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709514600.440.140.33319.230.6151.96
HexAA5F9202CE2113f1f34
Octal25213722205416414773764
Binary101010101011111100100100101100111010000110011111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5F92; }

 p { color: rgb(170,95,146); }

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

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

 a { background-color: rgb(170,95,146); }

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

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

 span { border-color: rgb(170,95,146); }

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