#A25583

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

Shades of Strikemaster #A25583

Tints of Strikemaster #A25583

Color information

#A25583 (or 0xA25583) is unknown color: approx Strikemaster. HEX triplet: A2, 55 and 83. RGB value is (162,85,131). Sum of RGB (Red+Green+Blue) = 162+85+131=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A25583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25583 is #5DAA7C. Grayscale: #717171. Windows color (decimal): -6138493 or 8607138. OLE color: 8607138.

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

Color convert

RGB16285131-
CMYK00.480.190.36
HSL324.16º31.17%48.43%-
HSV(B)324.16º47.53%63.53%-
XYZ22.2515.8223.35-
YUV113.27138.01162.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 85 (33.59% from 255) = 22.49%
BLUE value IS 131 (51.56% from 255) = 34.66%
R=42.86%
G=22.49%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628513100.480.190.36324.1631.1748.43
HexA2558303013241441f30
Octal24212520306023445043760
Binary1010001010101011000001101100001001110010010100010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25583; }

 p { color: rgb(162,85,131); }

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

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

 a { background-color: rgb(162,85,131); }

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

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

 span { border-color: rgb(162,85,131); }

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