#A6627F

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

Shades of Strikemaster #A6627F

Tints of Strikemaster #A6627F

Color information

#A6627F (or 0xA6627F) is unknown color: approx Strikemaster. HEX triplet: A6, 62 and 7F. RGB value is (166,98,127). Sum of RGB (Red+Green+Blue) = 166+98+127=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A6627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6627F is #599D80. Grayscale: #797979. Windows color (decimal): -5873025 or 8348326. OLE color: 8348326.

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

Color convert

RGB16698127-
CMYK00.410.230.35
HSL334.41º27.64%51.76%-
HSV(B)334.41º40.96%65.1%-
XYZ23.9218.3722.36-
YUV121.64131.03159.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.46%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 127 (50% from 255) = 32.48%
R=42.46%
G=25.06%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669812700.410.230.35334.4127.6451.76
HexA6627F029172314e1c34
Octal24614217705127435163464
Binary101001101100010111111101010011011110001110100111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6627F; }

 p { color: rgb(166,98,127); }

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

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

 a { background-color: rgb(166,98,127); }

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

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

 span { border-color: rgb(166,98,127); }

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