#A45383

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

Shades of Strikemaster #A45383

Tints of Strikemaster #A45383

Color information

#A45383 (or 0xA45383) is unknown color: approx Strikemaster. HEX triplet: A4, 53 and 83. RGB value is (164,83,131). Sum of RGB (Red+Green+Blue) = 164+83+131=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A45383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45383 is #5BAC7C. Grayscale: #707070. Windows color (decimal): -6007933 or 8606628. OLE color: 8606628.

HSL color Cylindrical-coordinate representation of color #A45383: hue angle of 324.44º 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 #A45383 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB16483131-
CMYK00.490.200.36
HSL324.44º32.79%48.43%-
HSV(B)324.44º49.39%64.31%-
XYZ22.515.7223.32-
YUV112.69138.34164.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.39%
GREEN value IS 83 (32.81% from 255) = 21.96%
BLUE value IS 131 (51.56% from 255) = 34.66%
R=43.39%
G=21.96%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648313100.490.200.36324.4432.7948.43
HexA4538303114241442130
Octal24412320306124445044160
Binary10100100101001110000011011000110100100100101000100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45383; }

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

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

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

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

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

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

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

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