#A35680

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

Shades of Strikemaster #A35680

Tints of Strikemaster #A35680

Color information

#A35680 (or 0xA35680) is unknown color: approx Strikemaster. HEX triplet: A3, 56 and 80. RGB value is (163,86,128). Sum of RGB (Red+Green+Blue) = 163+86+128=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A35680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35680 is #5CA97F. Grayscale: #717171. Windows color (decimal): -6072704 or 8410787. OLE color: 8410787.

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

Color convert

RGB16386128-
CMYK00.470.210.36
HSL327.27º30.92%48.82%-
HSV(B)327.27º47.24%63.92%-
XYZ22.331622.33-
YUV113.81136.01163.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=43.24%
G=22.81%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638612800.470.210.36327.2730.9248.82
HexA3568002F15241471f31
Octal24312620005725445073761
Binary1010001110101101000000001011111010110010010100011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35680; }

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

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

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

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

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

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

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

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