#A05683

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

Shades of Strikemaster #A05683

Tints of Strikemaster #A05683

Color information

#A05683 (or 0xA05683) is unknown color: approx Strikemaster. HEX triplet: A0, 56 and 83. RGB value is (160,86,131). Sum of RGB (Red+Green+Blue) = 160+86+131=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A05683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05683 is #5FA97C. Grayscale: #717171. Windows color (decimal): -6269309 or 8607392. OLE color: 8607392.

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

Color convert

RGB16086131-
CMYK00.460.180.37
HSL323.51º30.08%48.24%-
HSV(B)323.51º46.25%62.75%-
XYZ21.9215.7723.36-
YUV113.26138.02161.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 131 (51.56% from 255) = 34.75%
R=42.44%
G=22.81%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608613100.460.180.37323.5130.0848.24
HexA0568302E12251441e30
Octal24012620305622455043660
Binary1010000010101101000001101011101001010010110100010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05683; }

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

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

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

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

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

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

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

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