#A8608F

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

Shades of Strikemaster #A8608F

Tints of Strikemaster #A8608F

Color information

#A8608F (or 0xA8608F) is unknown color: approx Strikemaster. HEX triplet: A8, 60 and 8F. RGB value is (168,96,143). Sum of RGB (Red+Green+Blue) = 168+96+143=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A8608F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8608F is #579F70. Grayscale: #7A7A7A. Windows color (decimal): -5742449 or 9396392. OLE color: 9396392.

HSL color Cylindrical-coordinate representation of color #A8608F: hue angle of 320.83º 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 #A8608F is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB16896143-
CMYK00.430.150.34
HSL320.83º29.27%51.76%-
HSV(B)320.83º42.86%65.88%-
XYZ25.2918.6728.26-
YUV122.89139.35160.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.28%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 143 (56.25% from 255) = 35.14%
R=41.28%
G=23.59%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689614300.430.150.34320.8329.2751.76
HexA8608F02BF221411d34
Octal25014021705317425013564
Binary101010001100000100011110101011111110001010100000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8608F; }

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

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

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

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

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

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

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

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