#A8628B

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

Shades of Strikemaster #A8628B

Tints of Strikemaster #A8628B

Color information

#A8628B (or 0xA8628B) is unknown color: approx Strikemaster. HEX triplet: A8, 62 and 8B. RGB value is (168,98,139). Sum of RGB (Red+Green+Blue) = 168+98+139=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A8628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8628B is #579D74. Grayscale: #7B7B7B. Windows color (decimal): -5741941 or 9134760. OLE color: 9134760.

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

Color convert

RGB16898139-
CMYK00.420.170.34
HSL324.86º28.69%52.16%-
HSV(B)324.86º41.67%65.88%-
XYZ25.1818.9226.75-
YUV123.6136.69159.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.48%
GREEN value IS 98 (38.67% from 255) = 24.20%
BLUE value IS 139 (54.69% from 255) = 34.32%
R=41.48%
G=24.20%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689813900.420.170.34324.8628.6952.16
HexA8628B02A11221451d34
Octal25014221305221425053564
Binary1010100011000101000101101010101000110001010100010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8628B; }

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

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

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

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

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

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

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

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