#A06984

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

Shades of Strikemaster #A06984

Tints of Strikemaster #A06984

Color information

#A06984 (or 0xA06984) is unknown color: approx Strikemaster. HEX triplet: A0, 69 and 84. RGB value is (160,105,132). Sum of RGB (Red+Green+Blue) = 160+105+132=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A06984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06984 is #5F967B. Grayscale: #7C7C7C. Windows color (decimal): -6264444 or 8677792. OLE color: 8677792.

HSL color Cylindrical-coordinate representation of color #A06984: hue angle of 330.55º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A06984 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB160105132-
CMYK00.340.170.37
HSL330.55º22.45%51.96%-
HSV(B)330.55º34.38%62.75%-
XYZ23.7119.2424.29-
YUV124.52132.22153.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.30%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=40.30%
G=26.45%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010513200.340.170.37330.5522.4551.96
HexA06984022112514b1634
Octal24015120404221455132664
Binary1010000011010011000010001000101000110010110100101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06984; }

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

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

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

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

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

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

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

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