#A25A7E

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

Shades of Strikemaster #A25A7E

Tints of Strikemaster #A25A7E

Color information

#A25A7E (or 0xA25A7E) is unknown color: approx Strikemaster. HEX triplet: A2, 5A and 7E. RGB value is (162,90,126). Sum of RGB (Red+Green+Blue) = 162+90+126=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A7E is #5DA581. Grayscale: #737373. Windows color (decimal): -6137218 or 8280738. OLE color: 8280738.

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

Color convert

RGB16290126-
CMYK00.440.220.36
HSL330º28.57%49.41%-
HSV(B)330º44.44%63.53%-
XYZ22.3216.521.75-
YUV115.63133.85161.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 90 (35.55% from 255) = 23.81%
BLUE value IS 126 (49.61% from 255) = 33.33%
R=42.86%
G=23.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629012600.440.220.3633028.5749.41
HexA25A7E02C162414a1d31
Octal24213217605426445123561
Binary101000101011010111111001011001011010010010100101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A7E; }

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

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

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

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

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

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

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

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