#A25480

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

Shades of Strikemaster #A25480

Tints of Strikemaster #A25480

Color information

#A25480 (or 0xA25480) is unknown color: approx Strikemaster. HEX triplet: A2, 54 and 80. RGB value is (162,84,128). Sum of RGB (Red+Green+Blue) = 162+84+128=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A25480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25480 is #5DAB7F. Grayscale: #707070. Windows color (decimal): -6138752 or 8410274. OLE color: 8410274.

HSL color Cylindrical-coordinate representation of color #A25480: hue angle of 326.15º 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 #A25480 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB16284128-
CMYK00.480.210.36
HSL326.15º31.71%48.24%-
HSV(B)326.15º48.15%63.53%-
XYZ21.9715.5822.27-
YUV112.34136.84163.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 128 (50.39% from 255) = 34.22%
R=43.32%
G=22.46%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628412800.480.210.36326.1531.7148.24
HexA2548003015241462030
Octal24212420006025445064060
Binary10100010101010010000000011000010101100100101000110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25480; }

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

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

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

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

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

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

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

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