#A25A7B

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

Shades of Strikemaster #A25A7B

Tints of Strikemaster #A25A7B

Color information

#A25A7B (or 0xA25A7B) is unknown color: approx Strikemaster. HEX triplet: A2, 5A and 7B. RGB value is (162,90,123). Sum of RGB (Red+Green+Blue) = 162+90+123=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A7B is #5DA584. Grayscale: #737373. Windows color (decimal): -6137221 or 8084130. OLE color: 8084130.

HSL color Cylindrical-coordinate representation of color #A25A7B: hue angle of 332.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A25A7B is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB16290123-
CMYK00.440.240.36
HSL332.5º28.57%49.41%-
HSV(B)332.5º44.44%63.53%-
XYZ22.1316.4220.74-
YUV115.29132.35161.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 90 (35.55% from 255) = 24%
BLUE value IS 123 (48.44% from 255) = 32.8%
R=43.2%
G=24%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629012300.440.240.36332.528.5749.41
HexA25A7B02C182414c1d31
Octal24213217305430445143561
Binary101000101011010111101101011001100010010010100110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A7B; }

 p { color: rgb(162,90,123); }

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

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

 a { background-color: rgb(162,90,123); }

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

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

 span { border-color: rgb(162,90,123); }

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