#A06685

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

Shades of Strikemaster #A06685

Tints of Strikemaster #A06685

Color information

#A06685 (or 0xA06685) is unknown color: approx Strikemaster. HEX triplet: A0, 66 and 85. RGB value is (160,102,133). Sum of RGB (Red+Green+Blue) = 160+102+133=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A06685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06685 is #5F997A. Grayscale: #7A7A7A. Windows color (decimal): -6265211 or 8742560. OLE color: 8742560.

HSL color Cylindrical-coordinate representation of color #A06685: hue angle of 327.93º 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 #A06685 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB160102133-
CMYK00.360.170.37
HSL327.93º23.39%51.37%-
HSV(B)327.93º36.25%62.75%-
XYZ23.4818.6724.56-
YUV122.88133.72154.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 102 (40.23% from 255) = 25.82%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=40.51%
G=25.82%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010213300.360.170.37327.9323.3951.37
HexA0668502411251481733
Octal24014620504421455102763
Binary1010000011001101000010101001001000110010110100100010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06685; }

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

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

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

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

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

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

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

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