#A8628E

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

Shades of Strikemaster #A8628E

Tints of Strikemaster #A8628E

Color information

#A8628E (or 0xA8628E) is unknown color: approx Strikemaster. HEX triplet: A8, 62 and 8E. RGB value is (168,98,142). Sum of RGB (Red+Green+Blue) = 168+98+142=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A8628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8628E is #579D71. Grayscale: #7B7B7B. Windows color (decimal): -5741938 or 9331368. OLE color: 9331368.

HSL color Cylindrical-coordinate representation of color #A8628E: hue angle of 322.29º 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 #A8628E is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB16898142-
CMYK00.420.150.34
HSL322.29º28.69%52.16%-
HSV(B)322.29º41.67%65.88%-
XYZ25.419.0127.92-
YUV123.95138.19159.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.18%
GREEN value IS 98 (38.67% from 255) = 24.02%
BLUE value IS 142 (55.86% from 255) = 34.80%
R=41.18%
G=24.02%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689814200.420.150.34322.2928.6952.16
HexA8628E02AF221421d34
Octal25014221605217425023564
Binary101010001100010100011100101010111110001010100001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8628E; }

 p { color: rgb(168,98,142); }

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

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

 a { background-color: rgb(168,98,142); }

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

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

 span { border-color: rgb(168,98,142); }

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