#A7618A

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

Shades of Strikemaster #A7618A

Tints of Strikemaster #A7618A

Color information

#A7618A (or 0xA7618A) is unknown color: approx Strikemaster. HEX triplet: A7, 61 and 8A. RGB value is (167,97,138). Sum of RGB (Red+Green+Blue) = 167+97+138=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A7618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7618A is #589E75. Grayscale: #7A7A7A. Windows color (decimal): -5807734 or 9068967. OLE color: 9068967.

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

Color convert

RGB16797138-
CMYK00.420.170.35
HSL324.86º28.46%51.76%-
HSV(B)324.86º41.92%65.49%-
XYZ24.818.626.33-
YUV122.6136.69159.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.54%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 138 (54.30% from 255) = 34.33%
R=41.54%
G=24.13%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679713800.420.170.35324.8628.4651.76
HexA7618A02A11231451c34
Octal24714121205221435053464
Binary1010011111000011000101001010101000110001110100010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7618A; }

 p { color: rgb(167,97,138); }

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

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

 a { background-color: rgb(167,97,138); }

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

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

 span { border-color: rgb(167,97,138); }

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