#A45883

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

Shades of Strikemaster #A45883

Tints of Strikemaster #A45883

Color information

#A45883 (or 0xA45883) is unknown color: approx Strikemaster. HEX triplet: A4, 58 and 83. RGB value is (164,88,131). Sum of RGB (Red+Green+Blue) = 164+88+131=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A45883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45883 is #5BA77C. Grayscale: #737373. Windows color (decimal): -6006653 or 8607908. OLE color: 8607908.

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

Color convert

RGB16488131-
CMYK00.460.200.36
HSL326.05º30.16%49.41%-
HSV(B)326.05º46.34%64.31%-
XYZ22.916.5123.45-
YUV115.63136.68162.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 131 (51.56% from 255) = 34.20%
R=42.82%
G=22.98%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648813100.460.200.36326.0530.1649.41
HexA4588302E14241461e31
Octal24413020305624445063661
Binary1010010010110001000001101011101010010010010100011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45883; }

 p { color: rgb(164,88,131); }

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

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

 a { background-color: rgb(164,88,131); }

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

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

 span { border-color: rgb(164,88,131); }

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