#A4648B

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

Shades of Strikemaster #A4648B

Tints of Strikemaster #A4648B

Color information

#A4648B (or 0xA4648B) is unknown color: approx Strikemaster. HEX triplet: A4, 64 and 8B. RGB value is (164,100,139). Sum of RGB (Red+Green+Blue) = 164+100+139=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4648B is #5B9B74. Grayscale: #7B7B7B. Windows color (decimal): -6003573 or 9135268. OLE color: 9135268.

HSL color Cylindrical-coordinate representation of color #A4648B: hue angle of 323.44º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4648B is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB164100139-
CMYK00.390.150.36
HSL323.44º26.02%51.76%-
HSV(B)323.44º39.02%64.31%-
XYZ24.5318.8726.78-
YUV123.58136.7156.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 139 (54.69% from 255) = 34.49%
R=40.69%
G=24.81%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410013900.390.150.36323.4426.0251.76
HexA4648B027F241431a34
Octal24414421304717445033264
Binary101001001100100100010110100111111110010010100001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4648B; }

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

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

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

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

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

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

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

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