#A4508B

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

Shades of Strikemaster #A4508B

Tints of Strikemaster #A4508B

Color information

#A4508B (or 0xA4508B) is unknown color: approx Strikemaster. HEX triplet: A4, 50 and 8B. RGB value is (164,80,139). Sum of RGB (Red+Green+Blue) = 164+80+139=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A4508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4508B is #5BAF74. Grayscale: #6F6F6F. Windows color (decimal): -6008693 or 9130148. OLE color: 9130148.

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

Color convert

RGB16480139-
CMYK00.510.150.36
HSL317.86º34.43%47.84%-
HSV(B)317.86º51.22%64.31%-
XYZ22.8415.4926.21-
YUV111.84143.33165.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=42.82%
G=20.89%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648013900.510.150.36317.8634.4347.84
HexA4508B033F2413e2230
Octal24412021306317444764260
Binary1010010010100001000101101100111111100100100111110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4508B; }

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

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

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

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

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

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

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

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