#A06681

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

Shades of Strikemaster #A06681

Tints of Strikemaster #A06681

Color information

#A06681 (or 0xA06681) is unknown color: approx Strikemaster. HEX triplet: A0, 66 and 81. RGB value is (160,102,129). Sum of RGB (Red+Green+Blue) = 160+102+129=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A06681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06681 is #5F997E. Grayscale: #7A7A7A. Windows color (decimal): -6265215 or 8480416. OLE color: 8480416.

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

Color convert

RGB160102129-
CMYK00.360.190.37
HSL332.07º23.39%51.37%-
HSV(B)332.07º36.25%62.75%-
XYZ23.2118.5623.13-
YUV122.42131.72154.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=40.92%
G=26.09%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010212900.360.190.37332.0723.3951.37
HexA06681024132514c1733
Octal24014620104423455142763
Binary1010000011001101000000101001001001110010110100110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06681; }

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

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

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

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

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

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

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

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