#A05382

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

Shades of Strikemaster #A05382

Tints of Strikemaster #A05382

Color information

#A05382 (or 0xA05382) is unknown color: approx Strikemaster. HEX triplet: A0, 53 and 82. RGB value is (160,83,130). Sum of RGB (Red+Green+Blue) = 160+83+130=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A05382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05382 is #5FAC7D. Grayscale: #6F6F6F. Windows color (decimal): -6270078 or 8541088. OLE color: 8541088.

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

Color convert

RGB16083130-
CMYK00.480.190.37
HSL323.38º31.69%47.65%-
HSV(B)323.38º48.12%62.75%-
XYZ21.6215.2722.93-
YUV111.38138.51162.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.90%
GREEN value IS 83 (32.81% from 255) = 22.25%
BLUE value IS 130 (51.17% from 255) = 34.85%
R=42.90%
G=22.25%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608313000.480.190.37323.3831.6947.65
HexA0538203013251432030
Octal24012320206023455034060
Binary10100000101001110000010011000010011100101101000011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05382; }

 p { color: rgb(160,83,130); }

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

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

 a { background-color: rgb(160,83,130); }

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

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

 span { border-color: rgb(160,83,130); }

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