#A35480

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

Shades of Strikemaster #A35480

Tints of Strikemaster #A35480

Color information

#A35480 (or 0xA35480) is unknown color: approx Strikemaster. HEX triplet: A3, 54 and 80. RGB value is (163,84,128). Sum of RGB (Red+Green+Blue) = 163+84+128=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A35480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35480 is #5CAB7F. Grayscale: #707070. Windows color (decimal): -6073216 or 8410275. OLE color: 8410275.

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

Color convert

RGB16384128-
CMYK00.480.210.36
HSL326.58º31.98%48.43%-
HSV(B)326.58º48.47%63.92%-
XYZ22.1715.6922.28-
YUV112.64136.67163.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 128 (50.39% from 255) = 34.13%
R=43.47%
G=22.4%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638412800.480.210.36326.5831.9848.43
HexA3548003015241472030
Octal24312420006025445074060
Binary10100011101010010000000011000010101100100101000111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35480; }

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

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

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

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

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

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

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

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