#A25686

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

Shades of Strikemaster #A25686

Tints of Strikemaster #A25686

Color information

#A25686 (or 0xA25686) is unknown color: approx Strikemaster. HEX triplet: A2, 56 and 86. RGB value is (162,86,134). Sum of RGB (Red+Green+Blue) = 162+86+134=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A25686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25686 is #5DA979. Grayscale: #727272. Windows color (decimal): -6138234 or 8804002. OLE color: 8804002.

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

Color convert

RGB16286134-
CMYK00.470.170.36
HSL322.11º30.65%48.63%-
HSV(B)322.11º46.91%63.53%-
XYZ22.5316.0624.47-
YUV114.2139.18162.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 86 (33.98% from 255) = 22.51%
BLUE value IS 134 (52.73% from 255) = 35.08%
R=42.41%
G=22.51%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628613400.470.170.36322.1130.6548.63
HexA2568602F11241421f31
Octal24212620605721445023761
Binary1010001010101101000011001011111000110010010100001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25686; }

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

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

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

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

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

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

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

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