#A05283

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

Shades of Strikemaster #A05283

Tints of Strikemaster #A05283

Color information

#A05283 (or 0xA05283) is unknown color: approx Strikemaster. HEX triplet: A0, 52 and 83. RGB value is (160,82,131). Sum of RGB (Red+Green+Blue) = 160+82+131=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A05283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05283 is #5FAD7C. Grayscale: #6E6E6E. Windows color (decimal): -6270333 or 8606368. OLE color: 8606368.

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

Color convert

RGB16082131-
CMYK00.490.180.37
HSL322.31º32.23%47.45%-
HSV(B)322.31º48.75%62.75%-
XYZ21.6115.1523.26-
YUV110.91139.34163.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.90%
GREEN value IS 82 (32.42% from 255) = 21.98%
BLUE value IS 131 (51.56% from 255) = 35.12%
R=42.90%
G=21.98%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608213100.490.180.37322.3132.2347.45
HexA052830311225142202f
Octal24012220306122455024057
Binary10100000101001010000011011000110010100101101000010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05283; }

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

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

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

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

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

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

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

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