#A25F8E

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

Shades of Strikemaster #A25F8E

Tints of Strikemaster #A25F8E

Color information

#A25F8E (or 0xA25F8E) is unknown color: approx Strikemaster. HEX triplet: A2, 5F and 8E. RGB value is (162,95,142). Sum of RGB (Red+Green+Blue) = 162+95+142=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25F8E is #5DA071. Grayscale: #787878. Windows color (decimal): -6135922 or 9330594. OLE color: 9330594.

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

Color convert

RGB16295142-
CMYK00.410.120.36
HSL317.91º26.48%50.39%-
HSV(B)317.91º41.36%63.53%-
XYZ23.8717.8227.77-
YUV120.39140.2157.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 95 (37.5% from 255) = 23.81%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=40.60%
G=23.81%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629514200.410.120.36317.9126.4850.39
HexA25F8E029C2413e1a32
Octal24213721605114444763262
Binary101000101011111100011100101001110010010010011111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F8E; }

 p { color: rgb(162,95,142); }

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

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

 a { background-color: rgb(162,95,142); }

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

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

 span { border-color: rgb(162,95,142); }

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