#A7648D

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

Shades of Strikemaster #A7648D

Tints of Strikemaster #A7648D

Color information

#A7648D (or 0xA7648D) is unknown color: approx Strikemaster. HEX triplet: A7, 64 and 8D. RGB value is (167,100,141). Sum of RGB (Red+Green+Blue) = 167+100+141=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A7648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7648D is #589B72. Grayscale: #7C7C7C. Windows color (decimal): -5806963 or 9266343. OLE color: 9266343.

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

Color convert

RGB167100141-
CMYK00.400.160.35
HSL323.28º27.57%52.35%-
HSV(B)323.28º40.12%65.49%-
XYZ25.319.2527.58-
YUV124.71137.2158.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 100 (39.45% from 255) = 24.51%
BLUE value IS 141 (55.47% from 255) = 34.56%
R=40.93%
G=24.51%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710014100.400.160.35323.2827.5752.35
HexA7648D02810231431c34
Octal24714421505020435033464
Binary1010011111001001000110101010001000010001110100001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7648D; }

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

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

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

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

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

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

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

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