#A2528B

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

Shades of Strikemaster #A2528B

Tints of Strikemaster #A2528B

Color information

#A2528B (or 0xA2528B) is unknown color: approx Strikemaster. HEX triplet: A2, 52 and 8B. RGB value is (162,82,139). Sum of RGB (Red+Green+Blue) = 162+82+139=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A2528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2528B is #5DAD74. Grayscale: #707070. Windows color (decimal): -6139253 or 9130658. OLE color: 9130658.

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

Color convert

RGB16282139-
CMYK00.490.140.36
HSL317.25º32.79%47.84%-
HSV(B)317.25º49.38%63.53%-
XYZ22.5815.5826.24-
YUV112.42143163.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 82 (32.42% from 255) = 21.41%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=42.30%
G=21.41%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628213900.490.140.36317.2532.7947.84
HexA2528B031E2413d2130
Octal24212221306116444754160
Binary1010001010100101000101101100011110100100100111101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2528B; }

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

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

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

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

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

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

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

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