#A4628B

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

Shades of Strikemaster #A4628B

Tints of Strikemaster #A4628B

Color information

#A4628B (or 0xA4628B) is unknown color: approx Strikemaster. HEX triplet: A4, 62 and 8B. RGB value is (164,98,139). Sum of RGB (Red+Green+Blue) = 164+98+139=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A4628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4628B is #5B9D74. Grayscale: #7A7A7A. Windows color (decimal): -6004085 or 9134756. OLE color: 9134756.

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

Color convert

RGB16498139-
CMYK00.400.150.36
HSL322.73º26.61%51.37%-
HSV(B)322.73º40.24%64.31%-
XYZ24.3418.4926.71-
YUV122.41137.37157.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 98 (38.67% from 255) = 24.44%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=40.90%
G=24.44%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649813900.400.150.36322.7326.6151.37
HexA4628B028F241431b33
Octal24414221305017445033363
Binary101001001100010100010110101000111110010010100001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4628B; }

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

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

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

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

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

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

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

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