#A4528B

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

Shades of Strikemaster #A4528B

Tints of Strikemaster #A4528B

Color information

#A4528B (or 0xA4528B) is unknown color: approx Strikemaster. HEX triplet: A4, 52 and 8B. RGB value is (164,82,139). Sum of RGB (Red+Green+Blue) = 164+82+139=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A4528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4528B is #5BAD74. Grayscale: #707070. Windows color (decimal): -6008181 or 9130660. OLE color: 9130660.

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

Color convert

RGB16482139-
CMYK00.50.150.36
HSL318.29º33.33%48.24%-
HSV(B)318.29º50%64.31%-
XYZ22.9915.7926.26-
YUV113.02142.67164.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 82 (32.42% from 255) = 21.30%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=42.60%
G=21.30%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648213900.50.150.36318.2933.3348.24
HexA4528B032F2413e2130
Octal24412221306217444764160
Binary1010010010100101000101101100101111100100100111110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4528B; }

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

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

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

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

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

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

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

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