#A15085

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

Shades of Strikemaster #A15085

Tints of Strikemaster #A15085

Color information

#A15085 (or 0xA15085) is unknown color: approx Strikemaster. HEX triplet: A1, 50 and 85. RGB value is (161,80,133). Sum of RGB (Red+Green+Blue) = 161+80+133=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A15085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15085 is #5EAF7A. Grayscale: #6E6E6E. Windows color (decimal): -6205307 or 8736929. OLE color: 8736929.

HSL color Cylindrical-coordinate representation of color #A15085: hue angle of 320.74º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15085 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB16180133-
CMYK00.500.170.37
HSL320.74º33.61%47.25%-
HSV(B)320.74º50.31%63.14%-
XYZ21.815.0123.94-
YUV110.26140.84164.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.05%
GREEN value IS 80 (31.64% from 255) = 21.39%
BLUE value IS 133 (52.34% from 255) = 35.56%
R=43.05%
G=21.39%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618013300.500.170.37320.7433.6147.25
HexA150850321125141222f
Octal24112020506221455014257
Binary10100001101000010000101011001010001100101101000001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15085; }

 p { color: rgb(161,80,133); }

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

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

 a { background-color: rgb(161,80,133); }

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

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

 span { border-color: rgb(161,80,133); }

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