#A2547D

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

Shades of Strikemaster #A2547D

Tints of Strikemaster #A2547D

Color information

#A2547D (or 0xA2547D) is unknown color: approx Strikemaster. HEX triplet: A2, 54 and 7D. RGB value is (162,84,125). Sum of RGB (Red+Green+Blue) = 162+84+125=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2547D is #5DAB82. Grayscale: #6F6F6F. Windows color (decimal): -6138755 or 8213666. OLE color: 8213666.

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

Color convert

RGB16284125-
CMYK00.480.230.36
HSL328.46º31.71%48.24%-
HSV(B)328.46º48.15%63.53%-
XYZ21.7715.521.25-
YUV112135.34163.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 125 (49.22% from 255) = 33.69%
R=43.67%
G=22.64%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628412500.480.230.36328.4631.7148.24
HexA2547D03017241482030
Octal24212417506027445104060
Binary1010001010101001111101011000010111100100101001000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2547D; }

 p { color: rgb(162,84,125); }

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

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

 a { background-color: rgb(162,84,125); }

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

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

 span { border-color: rgb(162,84,125); }

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