#A25E8A

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

Shades of Strikemaster #A25E8A

Tints of Strikemaster #A25E8A

Color information

#A25E8A (or 0xA25E8A) is unknown color: approx Strikemaster. HEX triplet: A2, 5E and 8A. RGB value is (162,94,138). Sum of RGB (Red+Green+Blue) = 162+94+138=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25E8A is #5DA175. Grayscale: #777777. Windows color (decimal): -6136182 or 9068194. OLE color: 9068194.

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

Color convert

RGB16294138-
CMYK00.420.150.36
HSL321.18º26.77%50.2%-
HSV(B)321.18º41.98%63.53%-
XYZ23.4917.5226.19-
YUV119.35138.53158.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 94 (37.11% from 255) = 23.86%
BLUE value IS 138 (54.30% from 255) = 35.03%
R=41.12%
G=23.86%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629413800.420.150.36321.1826.7750.2
HexA25E8A02AF241411b32
Octal24213621205217445013362
Binary101000101011110100010100101010111110010010100000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25E8A; }

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

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

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

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

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

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

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

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