#A3617A

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

Shades of Strikemaster #A3617A

Tints of Strikemaster #A3617A

Color information

#A3617A (or 0xA3617A) is unknown color: approx Strikemaster. HEX triplet: A3, 61 and 7A. RGB value is (163,97,122). Sum of RGB (Red+Green+Blue) = 163+97+122=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A3617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3617A is #5C9E85. Grayscale: #777777. Windows color (decimal): -6069894 or 8020387. OLE color: 8020387.

HSL color Cylindrical-coordinate representation of color #A3617A: hue angle of 337.27º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3617A is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16397122-
CMYK00.400.250.36
HSL337.27º26.4%50.98%-
HSV(B)337.27º40.49%63.92%-
XYZ22.8917.7420.63-
YUV119.58129.37158.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.67%
GREEN value IS 97 (38.28% from 255) = 25.39%
BLUE value IS 122 (48.05% from 255) = 31.94%
R=42.67%
G=25.39%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639712200.400.250.36337.2726.450.98
HexA3617A02819241511a33
Octal24314117205031445213263
Binary101000111100001111101001010001100110010010101000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3617A; }

 p { color: rgb(163,97,122); }

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

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

 a { background-color: rgb(163,97,122); }

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

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

 span { border-color: rgb(163,97,122); }

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