#A8608D

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

Shades of Strikemaster #A8608D

Tints of Strikemaster #A8608D

Color information

#A8608D (or 0xA8608D) is unknown color: approx Strikemaster. HEX triplet: A8, 60 and 8D. RGB value is (168,96,141). Sum of RGB (Red+Green+Blue) = 168+96+141=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A8608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8608D is #579F72. Grayscale: #7A7A7A. Windows color (decimal): -5742451 or 9265320. OLE color: 9265320.

HSL color Cylindrical-coordinate representation of color #A8608D: hue angle of 322.5º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8608D is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB16896141-
CMYK00.430.160.34
HSL322.5º29.27%51.76%-
HSV(B)322.5º42.86%65.88%-
XYZ25.1418.6127.47-
YUV122.66138.35160.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.48%
GREEN value IS 96 (37.89% from 255) = 23.70%
BLUE value IS 141 (55.47% from 255) = 34.81%
R=41.48%
G=23.70%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689614100.430.160.34322.529.2751.76
HexA8608D02B10221421d34
Octal25014021505320425023564
Binary1010100011000001000110101010111000010001010100001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8608D; }

 p { color: rgb(168,96,141); }

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

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

 a { background-color: rgb(168,96,141); }

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

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

 span { border-color: rgb(168,96,141); }

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