#A25083

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

Shades of Strikemaster #A25083

Tints of Strikemaster #A25083

Color information

#A25083 (or 0xA25083) is unknown color: approx Strikemaster. HEX triplet: A2, 50 and 83. RGB value is (162,80,131). Sum of RGB (Red+Green+Blue) = 162+80+131=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A25083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25083 is #5DAF7C. Grayscale: #6E6E6E. Windows color (decimal): -6139773 or 8605858. OLE color: 8605858.

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

Color convert

RGB16280131-
CMYK00.510.190.36
HSL322.68º33.88%47.45%-
HSV(B)322.68º50.62%63.53%-
XYZ21.8715.0623.23-
YUV110.33139.67164.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.43%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 131 (51.56% from 255) = 35.12%
R=43.43%
G=21.45%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628013100.510.190.36322.6833.8847.45
HexA250830331324143222f
Octal24212020306323445034257
Binary10100010101000010000011011001110011100100101000011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25083; }

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

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

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

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

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

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

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

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