#A6628B

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

Shades of Strikemaster #A6628B

Tints of Strikemaster #A6628B

Color information

#A6628B (or 0xA6628B) is unknown color: approx Strikemaster. HEX triplet: A6, 62 and 8B. RGB value is (166,98,139). Sum of RGB (Red+Green+Blue) = 166+98+139=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A6628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6628B is #599D74. Grayscale: #7A7A7A. Windows color (decimal): -5873013 or 9134758. OLE color: 9134758.

HSL color Cylindrical-coordinate representation of color #A6628B: hue angle of 323.82º 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 #A6628B is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16698139-
CMYK00.410.160.35
HSL323.82º27.64%51.76%-
HSV(B)323.82º40.96%65.1%-
XYZ24.7518.7126.73-
YUV123.01137.03158.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 98 (38.67% from 255) = 24.32%
BLUE value IS 139 (54.69% from 255) = 34.49%
R=41.19%
G=24.32%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669813900.410.160.35323.8227.6451.76
HexA6628B02910231441c34
Octal24614221305120435043464
Binary1010011011000101000101101010011000010001110100010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6628B; }

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

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

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

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

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

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

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

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