#A4618E

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

Shades of Strikemaster #A4618E

Tints of Strikemaster #A4618E

Color information

#A4618E (or 0xA4618E) is unknown color: approx Strikemaster. HEX triplet: A4, 61 and 8E. RGB value is (164,97,142). Sum of RGB (Red+Green+Blue) = 164+97+142=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4618E is #5B9E71. Grayscale: #7A7A7A. Windows color (decimal): -6004338 or 9331108. OLE color: 9331108.

HSL color Cylindrical-coordinate representation of color #A4618E: hue angle of 319.7º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4618E is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16497142-
CMYK00.410.130.36
HSL319.7º26.91%51.18%-
HSV(B)319.7º40.85%64.31%-
XYZ24.4718.3927.85-
YUV122.16139.2157.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=40.69%
G=24.07%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649714200.410.130.36319.726.9151.18
HexA4618E029D241401b33
Octal24414121605115445003363
Binary101001001100001100011100101001110110010010100000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4618E; }

 p { color: rgb(164,97,142); }

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

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

 a { background-color: rgb(164,97,142); }

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

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

 span { border-color: rgb(164,97,142); }

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