#A25E80

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

Shades of Strikemaster #A25E80

Tints of Strikemaster #A25E80

Color information

#A25E80 (or 0xA25E80) is unknown color: approx Strikemaster. HEX triplet: A2, 5E and 80. RGB value is (162,94,128). Sum of RGB (Red+Green+Blue) = 162+94+128=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25E80 is #5DA17F. Grayscale: #767676. Windows color (decimal): -6136192 or 8412834. OLE color: 8412834.

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

Color convert

RGB16294128-
CMYK00.420.210.36
HSL330º26.77%50.2%-
HSV(B)330º41.98%63.53%-
XYZ22.817.2522.55-
YUV118.21133.53159.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 94 (37.11% from 255) = 24.48%
BLUE value IS 128 (50.39% from 255) = 33.33%
R=42.19%
G=24.48%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629412800.420.210.3633026.7750.2
HexA25E8002A152414a1b32
Octal24213620005225445123362
Binary1010001010111101000000001010101010110010010100101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25E80; }

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

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

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

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

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

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

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

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