#A6618A

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

Shades of Strikemaster #A6618A

Tints of Strikemaster #A6618A

Color information

#A6618A (or 0xA6618A) is unknown color: approx Strikemaster. HEX triplet: A6, 61 and 8A. RGB value is (166,97,138). Sum of RGB (Red+Green+Blue) = 166+97+138=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A6618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6618A is #599E75. Grayscale: #7A7A7A. Windows color (decimal): -5873270 or 9068966. OLE color: 9068966.

HSL color Cylindrical-coordinate representation of color #A6618A: hue angle of 324.35º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6618A is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB16697138-
CMYK00.420.170.35
HSL324.35º27.94%51.57%-
HSV(B)324.35º41.57%65.1%-
XYZ24.5918.4926.32-
YUV122.3136.86159.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=41.40%
G=24.19%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669713800.420.170.35324.3527.9451.57
HexA6618A02A11231441c34
Octal24614121205221435043464
Binary1010011011000011000101001010101000110001110100010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6618A; }

 p { color: rgb(166,97,138); }

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

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

 a { background-color: rgb(166,97,138); }

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

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

 span { border-color: rgb(166,97,138); }

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