#A8638B

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

Shades of Strikemaster #A8638B

Tints of Strikemaster #A8638B

Color information

#A8638B (or 0xA8638B) is unknown color: approx Strikemaster. HEX triplet: A8, 63 and 8B. RGB value is (168,99,139). Sum of RGB (Red+Green+Blue) = 168+99+139=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 168 - color contains mainly: red. Hex color #A8638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8638B is #579C74. Grayscale: #7C7C7C. Windows color (decimal): -5741685 or 9135016. OLE color: 9135016.

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

Color convert

RGB16899139-
CMYK00.410.170.34
HSL325.22º28.4%52.35%-
HSV(B)325.22º41.07%65.88%-
XYZ25.2719.1126.78-
YUV124.19136.36159.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.38%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=41.38%
G=24.38%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689913900.410.170.34325.2228.452.35
HexA8638B02911221451c34
Octal25014321305121425053464
Binary1010100011000111000101101010011000110001010100010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8638B; }

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

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

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

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

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

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

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

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