#A9638F

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

Shades of Strikemaster #A9638F

Tints of Strikemaster #A9638F

Color information

#A9638F (or 0xA9638F) is unknown color: approx Strikemaster. HEX triplet: A9, 63 and 8F. RGB value is (169,99,143). Sum of RGB (Red+Green+Blue) = 169+99+143=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A9638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9638F is #569C70. Grayscale: #7C7C7C. Windows color (decimal): -5676145 or 9397161. OLE color: 9397161.

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

Color convert

RGB16999143-
CMYK00.410.150.34
HSL322.29º28.93%52.55%-
HSV(B)322.29º41.42%66.27%-
XYZ25.7819.3428.36-
YUV124.95138.19159.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.12%
GREEN value IS 99 (39.06% from 255) = 24.09%
BLUE value IS 143 (56.25% from 255) = 34.79%
R=41.12%
G=24.09%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699914300.410.150.34322.2928.9352.55
HexA9638F029F221421d35
Octal25114321705117425023565
Binary101010011100011100011110101001111110001010100001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9638F; }

 p { color: rgb(169,99,143); }

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

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

 a { background-color: rgb(169,99,143); }

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

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

 span { border-color: rgb(169,99,143); }

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