#A0638F

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

Shades of Strikemaster #A0638F

Tints of Strikemaster #A0638F

Color information

#A0638F (or 0xA0638F) is unknown color: approx Strikemaster. HEX triplet: A0, 63 and 8F. RGB value is (160,99,143). Sum of RGB (Red+Green+Blue) = 160+99+143=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A0638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0638F is #5F9C70. Grayscale: #7A7A7A. Windows color (decimal): -6265969 or 9397152. OLE color: 9397152.

HSL color Cylindrical-coordinate representation of color #A0638F: hue angle of 316.72º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0638F is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16099143-
CMYK00.380.110.37
HSL316.72º24.3%50.78%-
HSV(B)316.72º38.12%62.75%-
XYZ23.9218.3828.27-
YUV122.26139.71154.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.80%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 143 (56.25% from 255) = 35.57%
R=39.80%
G=24.63%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609914300.380.110.37316.7224.350.78
HexA0638F026B2513d1833
Octal24014321704613454753063
Binary101000001100011100011110100110101110010110011110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0638F; }

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

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

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

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

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

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

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

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