#A8618A

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

Shades of Strikemaster #A8618A

Tints of Strikemaster #A8618A

Color information

#A8618A (or 0xA8618A) is unknown color: approx Strikemaster. HEX triplet: A8, 61 and 8A. RGB value is (168,97,138). Sum of RGB (Red+Green+Blue) = 168+97+138=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A8618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8618A is #579E75. Grayscale: #7A7A7A. Windows color (decimal): -5742198 or 9068968. OLE color: 9068968.

HSL color Cylindrical-coordinate representation of color #A8618A: hue angle of 325.35º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8618A is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB16897138-
CMYK00.420.180.34
HSL325.35º28.98%51.96%-
HSV(B)325.35º42.26%65.88%-
XYZ25.0118.7126.34-
YUV122.9136.52160.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.69%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 138 (54.30% from 255) = 34.24%
R=41.69%
G=24.07%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689713800.420.180.34325.3528.9851.96
HexA8618A02A12221451d34
Octal25014121205222425053564
Binary1010100011000011000101001010101001010001010100010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8618A; }

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

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

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

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

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

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

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

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