#A25687

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

Shades of Strikemaster #A25687

Tints of Strikemaster #A25687

Color information

#A25687 (or 0xA25687) is unknown color: approx Strikemaster. HEX triplet: A2, 56 and 87. RGB value is (162,86,135). Sum of RGB (Red+Green+Blue) = 162+86+135=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A25687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25687 is #5DA978. Grayscale: #727272. Windows color (decimal): -6138233 or 8869538. OLE color: 8869538.

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

Color convert

RGB16286135-
CMYK00.470.170.36
HSL321.32º30.65%48.63%-
HSV(B)321.32º46.91%63.53%-
XYZ22.616.0924.84-
YUV114.31139.68162.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 135 (53.12% from 255) = 35.25%
R=42.30%
G=22.45%
B=35.25%

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
Decimal1628613500.470.170.36321.3230.6548.63
HexA2568702F11241411f31
Octal24212620705721445013761
Binary1010001010101101000011101011111000110010010100000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25687; }

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

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

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

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

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

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

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

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