#A04B83

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

Shades of Strikemaster #A04B83

Tints of Strikemaster #A04B83

Color information

#A04B83 (or 0xA04B83) is unknown color: approx Strikemaster. HEX triplet: A0, 4B and 83. RGB value is (160,75,131). Sum of RGB (Red+Green+Blue) = 160+75+131=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04B83 is #5FB47C. Grayscale: #6A6A6A. Windows color (decimal): -6272125 or 8604576. OLE color: 8604576.

HSL color Cylindrical-coordinate representation of color #A04B83: hue angle of 320.47º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A04B83 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB16075131-
CMYK00.530.180.37
HSL320.47º36.17%46.08%-
HSV(B)320.47º53.12%62.75%-
XYZ21.1114.1423.09-
YUV106.8141.66165.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.72%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 131 (51.56% from 255) = 35.79%
R=43.72%
G=20.49%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607513100.530.180.37320.4736.1746.08
HexA04B830351225140242e
Octal24011320306522455004456
Binary10100000100101110000011011010110010100101101000000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04B83; }

 p { color: rgb(160,75,131); }

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

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

 a { background-color: rgb(160,75,131); }

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

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

 span { border-color: rgb(160,75,131); }

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