#A15282

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

Shades of Strikemaster #A15282

Tints of Strikemaster #A15282

Color information

#A15282 (or 0xA15282) is unknown color: approx Strikemaster. HEX triplet: A1, 52 and 82. RGB value is (161,82,130). Sum of RGB (Red+Green+Blue) = 161+82+130=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A15282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15282 is #5EAD7D. Grayscale: #6E6E6E. Windows color (decimal): -6204798 or 8540833. OLE color: 8540833.

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

Color convert

RGB16182130-
CMYK00.490.190.37
HSL323.54º32.51%47.65%-
HSV(B)323.54º49.07%63.14%-
XYZ21.7415.2222.91-
YUV111.09138.67163.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 82 (32.42% from 255) = 21.98%
BLUE value IS 130 (51.17% from 255) = 34.85%
R=43.16%
G=21.98%
B=34.85%

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
Decimal1618213000.490.190.37323.5432.5147.65
HexA1528203113251442130
Octal24112220206123455044160
Binary10100001101001010000010011000110011100101101000100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15282; }

 p { color: rgb(161,82,130); }

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

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

 a { background-color: rgb(161,82,130); }

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

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

 span { border-color: rgb(161,82,130); }

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