#A25283

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

Shades of Strikemaster #A25283

Tints of Strikemaster #A25283

Color information

#A25283 (or 0xA25283) is unknown color: approx Strikemaster. HEX triplet: A2, 52 and 83. RGB value is (162,82,131). Sum of RGB (Red+Green+Blue) = 162+82+131=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A25283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25283 is #5DAD7C. Grayscale: #6F6F6F. Windows color (decimal): -6139261 or 8606370. OLE color: 8606370.

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

Color convert

RGB16282131-
CMYK00.490.190.36
HSL323.25º32.79%47.84%-
HSV(B)323.25º49.38%63.53%-
XYZ22.0115.3523.28-
YUV111.51139164.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 82 (32.42% from 255) = 21.87%
BLUE value IS 131 (51.56% from 255) = 34.93%
R=43.2%
G=21.87%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628213100.490.190.36323.2532.7947.84
HexA2528303113241432130
Octal24212220306123445034160
Binary10100010101001010000011011000110011100100101000011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25283; }

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

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

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

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

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

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

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

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