#A7638A

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

Shades of Strikemaster #A7638A

Tints of Strikemaster #A7638A

Color information

#A7638A (or 0xA7638A) is unknown color: approx Strikemaster. HEX triplet: A7, 63 and 8A. RGB value is (167,99,138). Sum of RGB (Red+Green+Blue) = 167+99+138=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A7638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7638A is #589C75. Grayscale: #7B7B7B. Windows color (decimal): -5807222 or 9069479. OLE color: 9069479.

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

Color convert

RGB16799138-
CMYK00.410.170.35
HSL325.59º27.87%52.16%-
HSV(B)325.59º40.72%65.49%-
XYZ24.9918.9726.39-
YUV123.78136.03158.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.34%
GREEN value IS 99 (39.06% from 255) = 24.50%
BLUE value IS 138 (54.30% from 255) = 34.16%
R=41.34%
G=24.50%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679913800.410.170.35325.5927.8752.16
HexA7638A02911231461c34
Octal24714321205121435063464
Binary1010011111000111000101001010011000110001110100011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7638A; }

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

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

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

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

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

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

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

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