#A05284

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

Shades of Strikemaster #A05284

Tints of Strikemaster #A05284

Color information

#A05284 (or 0xA05284) is unknown color: approx Strikemaster. HEX triplet: A0, 52 and 84. RGB value is (160,82,132). Sum of RGB (Red+Green+Blue) = 160+82+132=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A05284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05284 is #5FAD7B. Grayscale: #6E6E6E. Windows color (decimal): -6270332 or 8671904. OLE color: 8671904.

HSL color Cylindrical-coordinate representation of color #A05284: hue angle of 321.54º 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 #A05284 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB16082132-
CMYK00.490.170.37
HSL321.54º32.23%47.45%-
HSV(B)321.54º48.75%62.75%-
XYZ21.6815.1723.62-
YUV111.02139.84162.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.78%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 132 (51.95% from 255) = 35.29%
R=42.78%
G=21.93%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608213200.490.170.37321.5432.2347.45
HexA052840311125142202f
Octal24012220406121455024057
Binary10100000101001010000100011000110001100101101000010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05284; }

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

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

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

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

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

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

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

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