#A4638A

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

Shades of Strikemaster #A4638A

Tints of Strikemaster #A4638A

Color information

#A4638A (or 0xA4638A) is unknown color: approx Strikemaster. HEX triplet: A4, 63 and 8A. RGB value is (164,99,138). Sum of RGB (Red+Green+Blue) = 164+99+138=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A4638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4638A is #5B9C75. Grayscale: #7A7A7A. Windows color (decimal): -6003830 or 9069476. OLE color: 9069476.

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

Color convert

RGB16499138-
CMYK00.400.160.36
HSL324º26.32%51.57%-
HSV(B)324º39.63%64.31%-
XYZ24.3618.6526.36-
YUV122.88136.53157.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 99 (39.06% from 255) = 24.69%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=40.90%
G=24.69%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649913800.400.160.3632426.3251.57
HexA4638A02810241441a34
Octal24414321205020445043264
Binary1010010011000111000101001010001000010010010100010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4638A; }

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

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

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

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

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

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

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

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