#A25F7D

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

Shades of Strikemaster #A25F7D

Tints of Strikemaster #A25F7D

Color information

#A25F7D (or 0xA25F7D) is unknown color: approx Strikemaster. HEX triplet: A2, 5F and 7D. RGB value is (162,95,125). Sum of RGB (Red+Green+Blue) = 162+95+125=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F7D is #5DA082. Grayscale: #767676. Windows color (decimal): -6135939 or 8216482. OLE color: 8216482.

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

Color convert

RGB16295125-
CMYK00.410.230.36
HSL333.13º26.48%50.39%-
HSV(B)333.13º41.36%63.53%-
XYZ22.6917.3521.55-
YUV118.45131.7159.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 95 (37.5% from 255) = 24.87%
BLUE value IS 125 (49.22% from 255) = 32.72%
R=42.41%
G=24.87%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629512500.410.230.36333.1326.4850.39
HexA25F7D029172414d1a32
Octal24213717505127445153262
Binary101000101011111111110101010011011110010010100110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F7D; }

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

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

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

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

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

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

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

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