#A8608E

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

Shades of Strikemaster #A8608E

Tints of Strikemaster #A8608E

Color information

#A8608E (or 0xA8608E) is unknown color: approx Strikemaster. HEX triplet: A8, 60 and 8E. RGB value is (168,96,142). Sum of RGB (Red+Green+Blue) = 168+96+142=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 168 - color contains mainly: red. Hex color #A8608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8608E is #579F71. Grayscale: #7A7A7A. Windows color (decimal): -5742450 or 9330856. OLE color: 9330856.

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

Color convert

RGB16896142-
CMYK00.430.150.34
HSL321.67º29.27%51.76%-
HSV(B)321.67º42.86%65.88%-
XYZ25.2118.6427.86-
YUV122.77138.85160.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.38%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=41.38%
G=23.65%
B=34.98%

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
Decimal1689614200.430.150.34321.6729.2751.76
HexA8608E02BF221421d34
Octal25014021605317425023564
Binary101010001100000100011100101011111110001010100001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8608E; }

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

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

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

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

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

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

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

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