#A05281

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

Shades of Strikemaster #A05281

Tints of Strikemaster #A05281

Color information

#A05281 (or 0xA05281) is unknown color: approx Strikemaster. HEX triplet: A0, 52 and 81. RGB value is (160,82,129). Sum of RGB (Red+Green+Blue) = 160+82+129=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A05281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05281 is #5FAD7E. Grayscale: #6E6E6E. Windows color (decimal): -6270335 or 8475296. OLE color: 8475296.

HSL color Cylindrical-coordinate representation of color #A05281: hue angle of 323.85º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A05281 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB16082129-
CMYK00.490.190.37
HSL323.85º32.23%47.45%-
HSV(B)323.85º48.75%62.75%-
XYZ21.4815.0922.55-
YUV110.68138.34163.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 129 (50.78% from 255) = 34.77%
R=43.13%
G=22.10%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608212900.490.190.37323.8532.2347.45
HexA052810311325144202f
Octal24012220106123455044057
Binary10100000101001010000001011000110011100101101000100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05281; }

 p { color: rgb(160,82,129); }

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

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

 a { background-color: rgb(160,82,129); }

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

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

 span { border-color: rgb(160,82,129); }

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