#A76688

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

Shades of Strikemaster #A76688

Tints of Strikemaster #A76688

Color information

#A76688 (or 0xA76688) is unknown color: approx Strikemaster. HEX triplet: A7, 66 and 88. RGB value is (167,102,136). Sum of RGB (Red+Green+Blue) = 167+102+136=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A76688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76688 is #589977. Grayscale: #7D7D7D. Windows color (decimal): -5806456 or 8939175. OLE color: 8939175.

HSL color Cylindrical-coordinate representation of color #A76688: hue angle of 328.62º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A76688 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB167102136-
CMYK00.390.190.35
HSL328.62º26.97%52.75%-
HSV(B)328.62º38.92%65.49%-
XYZ25.1319.525.73-
YUV125.31134.03157.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.23%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=41.23%
G=25.19%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710213600.390.190.35328.6226.9752.75
HexA7668802713231491b35
Octal24714621004723435113365
Binary1010011111001101000100001001111001110001110100100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76688; }

 p { color: rgb(167,102,136); }

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

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

 a { background-color: rgb(167,102,136); }

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

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

 span { border-color: rgb(167,102,136); }

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