#A06481

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

Shades of Strikemaster #A06481

Tints of Strikemaster #A06481

Color information

#A06481 (or 0xA06481) is unknown color: approx Strikemaster. HEX triplet: A0, 64 and 81. RGB value is (160,100,129). Sum of RGB (Red+Green+Blue) = 160+100+129=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A06481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06481 is #5F9B7E. Grayscale: #797979. Windows color (decimal): -6265727 or 8479904. OLE color: 8479904.

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

Color convert

RGB160100129-
CMYK00.380.190.37
HSL331º24%50.98%-
HSV(B)331º37.5%62.75%-
XYZ23.0218.1723.06-
YUV121.25132.38155.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.13%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 129 (50.78% from 255) = 33.16%
R=41.13%
G=25.71%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010012900.380.190.373312450.98
HexA06481026132514b1833
Octal24014420104623455133063
Binary1010000011001001000000101001101001110010110100101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06481; }

 p { color: rgb(160,100,129); }

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

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

 a { background-color: rgb(160,100,129); }

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

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

 span { border-color: rgb(160,100,129); }

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