#A25182

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

Shades of Strikemaster #A25182

Tints of Strikemaster #A25182

Color information

#A25182 (or 0xA25182) is unknown color: approx Strikemaster. HEX triplet: A2, 51 and 82. RGB value is (162,81,130). Sum of RGB (Red+Green+Blue) = 162+81+130=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A25182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25182 is #5DAE7D. Grayscale: #6E6E6E. Windows color (decimal): -6139518 or 8540578. OLE color: 8540578.

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

Color convert

RGB16281130-
CMYK00.500.200.36
HSL323.7º33.33%47.65%-
HSV(B)323.7º50%63.53%-
XYZ21.8715.1822.9-
YUV110.8138.84164.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.43%
GREEN value IS 81 (32.03% from 255) = 21.72%
BLUE value IS 130 (51.17% from 255) = 34.85%
R=43.43%
G=21.72%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628113000.500.200.36323.733.3347.65
HexA2518203214241442130
Octal24212120206224445044160
Binary10100010101000110000010011001010100100100101000100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25182; }

 p { color: rgb(162,81,130); }

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

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

 a { background-color: rgb(162,81,130); }

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

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

 span { border-color: rgb(162,81,130); }

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