#A25681

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

Shades of Strikemaster #A25681

Tints of Strikemaster #A25681

Color information

#A25681 (or 0xA25681) is unknown color: approx Strikemaster. HEX triplet: A2, 56 and 81. RGB value is (162,86,129). Sum of RGB (Red+Green+Blue) = 162+86+129=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A25681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25681 is #5DA97E. Grayscale: #717171. Windows color (decimal): -6138239 or 8476322. OLE color: 8476322.

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

Color convert

RGB16286129-
CMYK00.470.200.36
HSL326.05º30.65%48.63%-
HSV(B)326.05º46.91%63.53%-
XYZ22.1915.9222.67-
YUV113.63136.68162.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=42.97%
G=22.81%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628612900.470.200.36326.0530.6548.63
HexA2568102F14241461f31
Octal24212620105724445063761
Binary1010001010101101000000101011111010010010010100011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25681; }

 p { color: rgb(162,86,129); }

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

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

 a { background-color: rgb(162,86,129); }

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

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

 span { border-color: rgb(162,86,129); }

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