#A4648D

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

Shades of Strikemaster #A4648D

Tints of Strikemaster #A4648D

Color information

#A4648D (or 0xA4648D) is unknown color: approx Strikemaster. HEX triplet: A4, 64 and 8D. RGB value is (164,100,141). Sum of RGB (Red+Green+Blue) = 164+100+141=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A4648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4648D is #5B9B72. Grayscale: #7B7B7B. Windows color (decimal): -6003571 or 9266340. OLE color: 9266340.

HSL color Cylindrical-coordinate representation of color #A4648D: hue angle of 321.56º 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 #A4648D is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB164100141-
CMYK00.390.140.36
HSL321.56º26.02%51.76%-
HSV(B)321.56º39.02%64.31%-
XYZ24.6718.9327.55-
YUV123.81137.7156.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.49%
GREEN value IS 100 (39.45% from 255) = 24.69%
BLUE value IS 141 (55.47% from 255) = 34.81%
R=40.49%
G=24.69%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410014100.390.140.36321.5626.0251.76
HexA4648D027E241421a34
Octal24414421504716445023264
Binary101001001100100100011010100111111010010010100001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4648D; }

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

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

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

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

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

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

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

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