#A2618F

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

Shades of Strikemaster #A2618F

Tints of Strikemaster #A2618F

Color information

#A2618F (or 0xA2618F) is unknown color: approx Strikemaster. HEX triplet: A2, 61 and 8F. RGB value is (162,97,143). Sum of RGB (Red+Green+Blue) = 162+97+143=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A2618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2618F is #5D9E70. Grayscale: #797979. Windows color (decimal): -6135409 or 9396642. OLE color: 9396642.

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

Color convert

RGB16297143-
CMYK00.400.120.36
HSL317.54º25.9%50.78%-
HSV(B)317.54º40.12%63.53%-
XYZ24.1318.2128.23-
YUV121.68140.03156.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.30%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 143 (56.25% from 255) = 35.57%
R=40.30%
G=24.13%
B=35.57%

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
Decimal1629714300.400.120.36317.5425.950.78
HexA2618F028C2413e1a33
Octal24214121705014444763263
Binary101000101100001100011110101000110010010010011111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2618F; }

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

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

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

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

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

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

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

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