#A3618E

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

Shades of Strikemaster #A3618E

Tints of Strikemaster #A3618E

Color information

#A3618E (or 0xA3618E) is unknown color: approx Strikemaster. HEX triplet: A3, 61 and 8E. RGB value is (163,97,142). Sum of RGB (Red+Green+Blue) = 163+97+142=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A3618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3618E is #5C9E71. Grayscale: #797979. Windows color (decimal): -6069874 or 9331107. OLE color: 9331107.

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

Color convert

RGB16397142-
CMYK00.400.130.36
HSL319.09º26.4%50.98%-
HSV(B)319.09º40.49%63.92%-
XYZ24.2618.2927.84-
YUV121.86139.37157.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.55%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=40.55%
G=24.13%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639714200.400.130.36319.0926.450.98
HexA3618E028D2413f1a33
Octal24314121605015444773263
Binary101000111100001100011100101000110110010010011111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3618E; }

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

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

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

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

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

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

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

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