#A4668B

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

Shades of Strikemaster #A4668B

Tints of Strikemaster #A4668B

Color information

#A4668B (or 0xA4668B) is unknown color: approx Strikemaster. HEX triplet: A4, 66 and 8B. RGB value is (164,102,139). Sum of RGB (Red+Green+Blue) = 164+102+139=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A4668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4668B is #5B9974. Grayscale: #7C7C7C. Windows color (decimal): -6003061 or 9135780. OLE color: 9135780.

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

Color convert

RGB164102139-
CMYK00.380.150.36
HSL324.19º25.41%52.16%-
HSV(B)324.19º37.8%64.31%-
XYZ24.7219.2626.84-
YUV124.76136.04155.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.49%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 139 (54.69% from 255) = 34.32%
R=40.49%
G=25.19%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410213900.380.150.36324.1925.4152.16
HexA4668B026F241441934
Octal24414621304617445043164
Binary101001001100110100010110100110111110010010100010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4668B; }

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

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

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

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

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

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

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

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