#A3618F

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

Shades of Strikemaster #A3618F

Tints of Strikemaster #A3618F

Color information

#A3618F (or 0xA3618F) is unknown color: approx Strikemaster. HEX triplet: A3, 61 and 8F. RGB value is (163,97,143). Sum of RGB (Red+Green+Blue) = 163+97+143=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A3618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3618F is #5C9E70. Grayscale: #797979. Windows color (decimal): -6069873 or 9396643. OLE color: 9396643.

HSL color Cylindrical-coordinate representation of color #A3618F: hue angle of 318.18º 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 #A3618F is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16397143-
CMYK00.400.120.36
HSL318.18º26.4%50.98%-
HSV(B)318.18º40.49%63.92%-
XYZ24.3418.3228.24-
YUV121.98139.87157.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 143 (56.25% from 255) = 35.48%
R=40.45%
G=24.07%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639714300.400.120.36318.1826.450.98
HexA3618F028C2413e1a33
Octal24314121705014444763263
Binary101000111100001100011110101000110010010010011111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3618F; }

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

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

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

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

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

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

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

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