#A06882

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

Shades of Strikemaster #A06882

Tints of Strikemaster #A06882

Color information

#A06882 (or 0xA06882) is unknown color: approx Strikemaster. HEX triplet: A0, 68 and 82. RGB value is (160,104,130). Sum of RGB (Red+Green+Blue) = 160+104+130=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A06882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06882 is #5F977D. Grayscale: #7B7B7B. Windows color (decimal): -6264702 or 8546464. OLE color: 8546464.

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

Color convert

RGB160104130-
CMYK00.350.190.37
HSL332.14º22.76%51.76%-
HSV(B)332.14º35%62.75%-
XYZ23.4818.9923.55-
YUV123.71131.55153.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.61%
GREEN value IS 104 (41.02% from 255) = 26.40%
BLUE value IS 130 (51.17% from 255) = 32.99%
R=40.61%
G=26.40%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010413000.350.190.37332.1422.7651.76
HexA06882023132514c1734
Octal24015020204323455142764
Binary1010000011010001000001001000111001110010110100110010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06882; }

 p { color: rgb(160,104,130); }

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

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

 a { background-color: rgb(160,104,130); }

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

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

 span { border-color: rgb(160,104,130); }

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