#A25684

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

Shades of Strikemaster #A25684

Tints of Strikemaster #A25684

Color information

#A25684 (or 0xA25684) is unknown color: approx Strikemaster. HEX triplet: A2, 56 and 84. RGB value is (162,86,132). Sum of RGB (Red+Green+Blue) = 162+86+132=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A25684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25684 is #5DA97B. Grayscale: #717171. Windows color (decimal): -6138236 or 8672930. OLE color: 8672930.

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

Color convert

RGB16286132-
CMYK00.470.190.36
HSL323.68º30.65%48.63%-
HSV(B)323.68º46.91%63.53%-
XYZ22.391623.74-
YUV113.97138.18162.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 132 (51.95% from 255) = 34.74%
R=42.63%
G=22.63%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628613200.470.190.36323.6830.6548.63
HexA2568402F13241441f31
Octal24212620405723445043761
Binary1010001010101101000010001011111001110010010100010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25684; }

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

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

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

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

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

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

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

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