#A7608D

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

Shades of Strikemaster #A7608D

Tints of Strikemaster #A7608D

Color information

#A7608D (or 0xA7608D) is unknown color: approx Strikemaster. HEX triplet: A7, 60 and 8D. RGB value is (167,96,141). Sum of RGB (Red+Green+Blue) = 167+96+141=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A7608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7608D is #589F72. Grayscale: #7A7A7A. Windows color (decimal): -5807987 or 9265319. OLE color: 9265319.

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

Color convert

RGB16796141-
CMYK00.430.160.35
HSL321.97º28.74%51.57%-
HSV(B)321.97º42.51%65.49%-
XYZ24.9318.527.46-
YUV122.36138.52159.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.34%
GREEN value IS 96 (37.89% from 255) = 23.76%
BLUE value IS 141 (55.47% from 255) = 34.90%
R=41.34%
G=23.76%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679614100.430.160.35321.9728.7451.57
HexA7608D02B10231421d34
Octal24714021505320435023564
Binary1010011111000001000110101010111000010001110100001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7608D; }

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

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

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

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

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

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

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

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