#A2618C

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

Shades of Strikemaster #A2618C

Tints of Strikemaster #A2618C

Color information

#A2618C (or 0xA2618C) is unknown color: approx Strikemaster. HEX triplet: A2, 61 and 8C. RGB value is (162,97,140). Sum of RGB (Red+Green+Blue) = 162+97+140=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A2618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2618C is #5D9E73. Grayscale: #797979. Windows color (decimal): -6135412 or 9200034. OLE color: 9200034.

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

Color convert

RGB16297140-
CMYK00.400.140.36
HSL320.31º25.9%50.78%-
HSV(B)320.31º40.12%63.53%-
XYZ23.9118.1227.05-
YUV121.34138.53157-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 97 (38.28% from 255) = 24.31%
BLUE value IS 140 (55.08% from 255) = 35.09%
R=40.60%
G=24.31%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629714000.400.140.36320.3125.950.78
HexA2618C028E241401a33
Octal24214121405016445003263
Binary101000101100001100011000101000111010010010100000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2618C; }

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

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

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

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

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

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

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

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