#A35483

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

Shades of Strikemaster #A35483

Tints of Strikemaster #A35483

Color information

#A35483 (or 0xA35483) is unknown color: approx Strikemaster. HEX triplet: A3, 54 and 83. RGB value is (163,84,131). Sum of RGB (Red+Green+Blue) = 163+84+131=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A35483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35483 is #5CAB7C. Grayscale: #707070. Windows color (decimal): -6073213 or 8606883. OLE color: 8606883.

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

Color convert

RGB16384131-
CMYK00.480.200.36
HSL324.3º31.98%48.43%-
HSV(B)324.3º48.47%63.92%-
XYZ22.3715.7723.34-
YUV112.98138.17163.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 84 (33.20% from 255) = 22.22%
BLUE value IS 131 (51.56% from 255) = 34.66%
R=43.12%
G=22.22%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638413100.480.200.36324.331.9848.43
HexA3548303014241442030
Octal24312420306024445044060
Binary10100011101010010000011011000010100100100101000100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35483; }

 p { color: rgb(163,84,131); }

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

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

 a { background-color: rgb(163,84,131); }

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

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

 span { border-color: rgb(163,84,131); }

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