#A7607F

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

Shades of Strikemaster #A7607F

Tints of Strikemaster #A7607F

Color information

#A7607F (or 0xA7607F) is unknown color: approx Strikemaster. HEX triplet: A7, 60 and 7F. RGB value is (167,96,127). Sum of RGB (Red+Green+Blue) = 167+96+127=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A7607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7607F is #589F80. Grayscale: #787878. Windows color (decimal): -5808001 or 8347815. OLE color: 8347815.

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

Color convert

RGB16796127-
CMYK00.430.240.35
HSL333.8º28.74%51.57%-
HSV(B)333.8º42.51%65.49%-
XYZ23.9518.1122.31-
YUV120.76131.52160.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.82%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 127 (50% from 255) = 32.56%
R=42.82%
G=24.62%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679612700.430.240.35333.828.7451.57
HexA7607F02B182314e1d34
Octal24714017705330435163564
Binary101001111100000111111101010111100010001110100111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7607F; }

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

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

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

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

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

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

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

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