#A0638E

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

Shades of Strikemaster #A0638E

Tints of Strikemaster #A0638E

Color information

#A0638E (or 0xA0638E) is unknown color: approx Strikemaster. HEX triplet: A0, 63 and 8E. RGB value is (160,99,142). Sum of RGB (Red+Green+Blue) = 160+99+142=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A0638E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0638E is #5F9C71. Grayscale: #7A7A7A. Windows color (decimal): -6265970 or 9331616. OLE color: 9331616.

HSL color Cylindrical-coordinate representation of color #A0638E: hue angle of 317.7º 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 #A0638E is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16099142-
CMYK00.380.110.37
HSL317.7º24.3%50.78%-
HSV(B)317.7º38.12%62.75%-
XYZ23.8418.3527.88-
YUV122.14139.21155-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.90%
GREEN value IS 99 (39.06% from 255) = 24.69%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=39.90%
G=24.69%
B=35.41%

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
Decimal1609914200.380.110.37317.724.350.78
HexA0638E026B2513e1833
Octal24014321604613454763063
Binary101000001100011100011100100110101110010110011111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0638E; }

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

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

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

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

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

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

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

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